There is beta feature to make firefox not wait for the full page to load after calling .get or .click. This may cause immediate find's to break, so please be sure to use an implicit or explicit wait too. This is only available for Firefox and not other browsers.
FirefoxProfile fp = new FirefoxProfile();
fp.setPreference("webdriver.load.strategy", "unstable");
WebDriver driver = new FirefoxDriver(fp);
Handle Race Condition in Alerts with Webdriver
How FirefoxDriver opens Firefox Browser
Enable Firebug in Session started by FirefoxDriver
How FirefoxDriver Executes the Selenium Commands
No comments:
Post a Comment