I\'m using Selenium 2 in Java, and when loading a web page using Webdriver\'s (the InternetExplorerDriver class) get() method a time-out is received and the execution halts although th开发者_Go百科e p
I am trying to test an inplace editor using Cucumber/Capybara/Selenium stack, but my problem is that the editor is activated by clicking a div and not a link or button. I can not seem to figure out ho
I can see that since selenium 2.0, WebDriver and Selenium RC are packaged together for download. Now I primarily use WebDriver, but can I bring in Selenium RC in my testing scripts from now and then?
开发者_JAVA百科I\'d like to suppress the initialization of TinyMCE inside my tests and can do this easily if the JavaScript can detect that I\'m running inside a Selenium-automated page.
We are implementing a web test automation project for some intranet applications. To easy the writing of each test, we are designing a Java DSL that can be implementedusing different adapters (we\'ve
I have been using Selenium Webdriver successfully with JAR downloaded from their pages or code.google. But now I would like convert my project to use Maven repository. I found out that my required cla
So right now I\'m trying to figure out how I can switch focus to a 开发者_JAVA技巧frame in Selenium 2 when the frame has no name or id? For a named frame I do:
I am using webdriver api (Selenium) and when I am trying to test a site (which I can view and browse normally in my browsers), I get the following message over and over.
Running the example source at http://code.google.com/p/selenium/wiki/GettingStarted It runs successfully, however Eclipse throws bunch of WARNING messages. How Can I disable this from displaying ? A
I downloaded the selenium-java-2.0a5.zip http://cod开发者_Go百科e.google.com/p/selenium/downloads/list