selenium
css query for selenium
css=table#playlistTable tr:nth(0) span[class=\'playlistNumDisplay smallFont\'] I am getting an error in this css above.[详细]
2023-04-09 23:12 分类:问答How to use Selenium to store values between tests
Selenium has the ability to temporarily store data items and then later retrieve them in subsequent tests, e.g.[详细]
2023-04-09 21:04 分类:问答I can't make my simple Selenium test work on any browser
I have a very simple and classic installation: Windows 7 WampServer with PEAR (PHP 5.3.5) PHPUnit and Selenium installed from PEAR[详细]
2023-04-09 14:50 分类:问答Using a specific Firefox profile in Selenium WebDriver in C#
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:[详细]
2023-04-09 10:27 分类:问答With Capybara, how do I switch to the new window for links with "_blank" targets?
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.[详细]
2023-04-09 08:34 分类:问答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 分类:问答Separate application log data from server log data using log4j
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.[详细]
2023-04-09 05:46 分类:问答Approach for Automating localized Web application in Selenium using Java Bindings
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[详细]
2023-04-09 04:33 分类:问答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 分类:问答What is the correct import statement to use for a Select object in webdriver 2.4 under python?
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:[详细]
2023-04-09 03:58 分类:问答