To resolve the issue in Selenium WebDriver
driver = new PhantomJSDriver(caps);
Dimension dim= new Dimension(1440, 900);
driver.manage().window().setSize(dim);
Saturday, December 30, 2017
Subscribe to:
Post Comments (Atom)
Once you are able to work independently on Selenium scripting, another important task is how to ease your automation test execution. There a...
0 comments:
Post a Comment