selenium-webdriver
Selenium Grid: Identify WebDriver node where a test failure occured
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[详细]
2023-04-09 06:44 分类:问答webdriver-test is unusable
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.[详细]
2023-04-09 04:54 分类:问答Get cookies in Webdriver how?
There is a method in Webdriver Ruby bindings for getting the cookies: (Array<Hash>) all_cookies with the following description:[详细]
2023-04-09 04:03 分类:问答Webdriver : how to set IE in virtual environment?
I am setting up the Virtual Environment for my grid-based Webdriver tests. And sure enough, there are problems with IE driver.[详细]
2023-04-09 00:14 分类:问答Selenium testing without browser
I use Selenium RC for 开发者_JAVA百科testing. Now to perform a load test, I want to run parallel test cases.[详细]
2023-04-08 23:43 分类:问答Write Selenium Test to test text wrapping?
I am trying 开发者_开发问答to write the selenium test using selenium 2.0 for the attached scenario.[详细]
2023-04-08 18:49 分类:问答How to set HTTP proxy in ChromeDriver of Selenium 2?
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[详细]
2023-04-08 18:33 分类:问答watir-webdriver with firefox 6.0 see following error Errno::ECONNREFUSED
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[详细]
2023-04-08 16:16 分类:问答Help with Selenium Webdriver download?
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.[详细]
2023-04-08 06:08 分类:问答Does Selenium support headless browser testing?
I\'m looking at Selenium Server at the moment, and I don\'t seem to notice a driver that supports headless browser testing.[详细]
2023-04-08 05:30 分类:问答