Watch Mouse
Programmer's dairy.
Showing posts with label
firefox
.
Show all posts
Showing posts with label
firefox
.
Show all posts
Firefox ignores option selected=“selected”, Selected = '"
This behaviour is hard coded in FF.
Add
autocomplete="off"
HTML attribute to the respective select tag.
Secure Connection Failed + Firefox + Selenium
FirefoxProfile firefoxProfile = new FirefoxProfile();
firefoxProfile.
setAssumeUntrustedCertificateI
ssuer(false);
Webdriver driver = new FirefoxDriver(firefoxProfile);
Older Posts
Home
Subscribe to:
Posts (Atom)