When I a generate SelectOneMenu with JSF2.0 the the id I specified in the xhtml is attached to a generated ID from JSF.
Hei Is there a way to make Webdriver Firefox driver to run in the background? We have a monitoring application which at regular 开发者_高级运维intervals polls miscellaneous systems on different serv
How do you setup webdriver in x-code to write automated tests for your webap开发者_如何学运维p?Instructions on how to set it up are on the iPhone Driver page and more information related to the Mobile
I have a page in which I log in and then fill in some forms. After submitting the first form, a new page appears with new forms. Some data is taken from the forms before (as it should be), but some da
I was trying to use addCustomRequestHeader method to set a custom header for selenium requests. Given below is the source code
In order to deal with some bro开发者_Python百科wser peculiarities, I find myself needing to send javascript commands during tests.
I am trying to handle alerts using Selenium Webdriver, according the selenium documentation the correct implementation is:开发者_StackOverflow
I am exploring the use of Selenium 2 on a web application which requires authentication before a user can use any of the application. I am planning on either JUnit 4 or TestNG (Still investigating whi
I am using Selenium 2 with p开发者_高级运维ython bindings to fetch some data from our partner\'s site. But on an average it\'s taking me around 13 secs to perform this operation.
I have successfully created a data driven framework with selenium 1 and trying to do the same using selenium 2 (WebDriver). I was doing some basic R and D. My code is as below.