I am running a multiserver Selenium testing environment using headless VPSs.I have nearly everything automated except for a specific need to declare the DISPLAY=:1 argument when starting Selenium with
With WebDriver from Selenium 2.0a2 I am having trouble checking if an element is visible. WebDriver.findElement returns a WebElement, which unfortunately doesn\'t offer an isVisible method. I can go
Does Selenium supports D开发者_如何学编程atabase testing? If yes, how to do it?A browser testing tool is not the right tool for database testing. For that you use a regular unit testing framework, as
I am having difficulty in using the extensions.js in Selenium RC. My Java Code is, import com.thoughtworks.selenium.*;
I am using the Selenium IDE to test some of my web development. I am using the JQuery LiveValidation in my code. I have an input box with some javascript behind it that will do a regular expresson and
I am trying to store the current url (http://example.com)in a variable and compare it with another string as a condition in the gotoIf command (part of the gotoIf extension.js):
I\'m using selenium_client with cucumber, webrat + IE As you\'d expect, Firefox works fine. I\'ve tried the following:
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
How would I convert test cases made by Selenium IDE to Python without exporting every test case by hand? Is there any command line converter for that job?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.