WebDriver is an API for controlling web browsers, imitating a real user.
I'm trying to automatically generate lots of users on the webpage kahoot.it using selenium to make them appear in …
selenium webdriver elementI am writing tests for a web App using selenium webDriver and came across a scenario where when I try …
selenium webdriverPer this previous question I updated Selenium to version 2.0.1 But now I have another error, even when the profile files …
python firefox selenium selenium-webdriver webdriverAs of the date of this post the name "Microsoft Edge" has just been officially announced as the default browser …
selenium selenium-webdriver webdriver microsoft-edge selenium-edgedriverI have installed firefox and Xvfb on my centos6.4 server to use selenium webdriver. But, when I run the code, …
python selenium selenium-webdriver webdriverEvery time when I run my test first step is log in and than I get to desire page. If …
java selenium webdriverI will test a web-app. there is a button available in my table to select all entries. I've tried: driver.…
python selenium selenium-webdriver webdriver clickI am trying to automate upload file functionality in Google Drive. The element used to pass parameters is hidden with …
selenium webdriver hidden-fieldI need a way to take screenshots of my functional tests. Right now I'm using Selenium 2 with C# bindings. I …
c# selenium screenshot functional-testing webdriver