
17
Apr, 14
How to set text in CKEDITOR using selenium?
If you want to know how to set text in CKEDITOR using selenium than here is the way please go through this. WebDriver driver = new FireFoxDriver() JavascriptExecutor js; if ((driver) instanceof JavascriptExecutor) { js = (JavascriptExecutor)(driver); }...
Recent Comments