We use Selenium WebDriver for testing our web app, and we run the tests via Selenium Grid 2. This usually works well, but some tests fail randomly when run via Selenium Grid. The error message usuall
On a virtual machine (clean, fresh Ubuntu server 11.04) I created a test website as described in Creating Your First Yii Application and now I want to create simple test using webdriver-test.
There is a method in Webdriver Ruby bindings for getting the cookies: (Array<Hash>) all_cookies with the following description:
I am setting up the Virtual Environment for my grid-based Webdriver tests. And sure enough, there are problems with IE driver.
I use Selenium RC for 开发者_JAVA百科testing. Now to perform a load test, I want to run parallel test cases.
I am trying 开发者_开发问答to write the selenium test using selenium 2.0 for the attached scenario.
how do I set a HTTP proxy for S开发者_StackOverflowelenium 2\'s ChromeDriver in Java? I know how to do it for the FirefoxDriver using a FirefoxProfile, but there doesn\'t seem to be a ChromeProfile.Yo
Currently run 150 plus scenarios nightly approximately 5000 steps.I see the following error occur around 10 times in the 5000 steps.Not a lot, nor on the same step, however don\'t know what to do to f
I have Selenium IDE and i want to install Selenium Webdriver. 1) Can anyone tell me where can i download selenium webdriver. i don\'t see any link available in the documentation.
I\'m looking at Selenium Server at the moment, and I don\'t seem to notice a driver that supports headless browser testing.