I\'ve looked at all the examples and I am still have a problem using waitForCondition. Here is my code.
I\'m having problems with using regexp in my assertEquals() statement. This is the statement. Assert.assertEquals(\"regexp:*TST-*[0-9]{5}\", driver.getTitle());
I\'m running Selenium RC with PHP. I run a simple login test, that completes successfully, but just before closing the browser, I get the following error:
I\'m creating a suite of Selenium tests for an web album application. I would like to test whether an image is actually displayed (it c开发者_如何学JAVAontains valid image data). Is such thing possibl
has anyone been successful in ru开发者_如何学Gonning tests using FirefoxDriver on a linux distro ? If so, which distro are you using ? Are you using xvfb ?
I really like how selenium 2 by convention pushes you towards using PageObjects as POJOs, and then simply using the PageFactory to instantiate the fields in this class.
Hi basically I am trying to switch to a popup window then press a button on that popup window but from somereaon I am getting erros.
I\'d like to have a configuration where my build server runs a NUnit test that opens and drives a browser on a remote machine. What would be the best way to accomplish this?
I am using Selenium 2 (latest release from Googlecode) and I have it firing up Chrome and going to a url.
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