I\'m using the Page Objects approach with Selenium2 and wondering the best way to organize the page objects in the Maven project structure.
I\'m using Webdriver to test my web application. When I work with FireFoxDriver or ChromeDriver everything seems to be ok. When I work with HtmlUnitDriver though things start to go wrong.
It requires to inject additional hea开发者_如何转开发der into the HTTP request to enable proxy auth. E.g.
On Selenium download page, there is a link to the Selenium RC (Remote Control). On another Selenium download page, there are links for a Selenium RC 1.0.3, as well as Selenium 2 Server, sometimes als
I havebeen writing my scripts for FF but was hoping with little work they would also run on the other browsers but it seems IE driver has button issues?
I am trying to web automate an application which behaves differently if accessed from a mo开发者_如何转开发bile device. Does anyone know the best way to achieve this using Selenium 2?
I\'m using the htmlunit driver wi开发者_如何学JAVAth selenium 2 but when the following call is made in my test:
After I run a bunch of Selenium (jUnit4) tests using Maven, I\'d like to do a database clean-up (remove things they inserted etc). It\'s an older project running on Tapestry/Spring/Hibernate and a leg
i\'m usinng selenium 2 beta. i\'m trying to click button which opens file attachment dialog. but when i click it nothing happens.
I\'m stuck trying to get my selenium testing to simulate a down arrow key press. Im just using the html format开发者_JAVA百科 for my tests and am using typeKeys as the command, the target is correct