Is there a way to test logging in to a site with open id using selenium?
In selenium all the tests live in the server, so once fill the open id url ...
I have a scheduled task that runs a set of Selenium tests every night at 3:30am. These tests also take a screenshot if they fail and email that screenshot to the ...
I perform a process using selenium (i.e open pages, click on links,..) and I want to get the network traffic only of the last page and only on error. That is, ...
I have a test hub .Net application which can fire off different selenium tests.
I'm looking for a good way to record the results of that specific test and tell the user ...
Currently, I'm running selenium HTML tests like this:
java -jar scripts/selenium-server-standalone-2.4.0.jar -browserSessionReuse -htmlSuite *firefox $targetServer ./test/selenium/html/TestSuite.html ./target/selenium/html/TestSuiteResults.htmlLoggingSelenium looks pretty interesting, but I don't see how to use it with the ...
I am not able see Selenium LOGs files by clicking the Show log button present in the Selenium rc window after each time my scripts run. Are any settings needed to ...