How to execute java scripts function.


JavascriptExecutor js = (JavascriptExecutor) driver;
String title = (String) js.executeScript("pass your java scripts");
No comments :

No comments :

Post a Comment