css=table#playlistTable tr:nth(0) span[class=\'playlistNumDisplay smallFont\'] I am getting an error in this css above.
Selenium has the ability to temporarily store data items and then later retrieve them in subsequent tests, e.g.
I have a very simple and classic installation: Windows 7 WampServer with PEAR (PHP 5.3.5) PHPUnit and Selenium installed from PEAR
I am trying to use a profile I already have set up for firefox with selenium 2 开发者_如何学编程but there is no documentation for C#.The code I have attempted is as follows:
Perhaps this isn\'t actually the issue I\'m experiencing, but it seems that when I \"click_link\" a link with target=\"_blank\", the session keeps the focus on the current window.
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
I am creating a java application which starts a server (Selenium server), performs some actions (run automation tests) and shuts down the server in the end. I am using log4j as the logging framework.
I am automating test cases for a web application using selenium 2.0 and Java. My application supports multiple languages. Some of the test cases require me to validate the text that appears in the UI
There is a method in Webdriver Ruby bindings for getting the cookies: (Array<Hash>) all_cookies with the following description:
I am writing tests with selenium webdriver 2.4 on python 2.7. The documentation (http://seleniumhq.org/docs/03_webdriver.html) demonstrates the ability to manipulate select form elements as follows: