Planning to calculate page response time using \"Timer Extension\" using http://wiki.openqa.org/display/SEL/Timer+Extension.
I\'m trying to get Selenium-RC to work in a Windows/XAMPP environment. I\'m coding in PHP. The following command line opens two Firefox windows.
Using Selenium RC On my web app I am trying to open windows by clicking links. These windows don\'t have any IDs so selenium.GetAllWindowIds() doesn\'t work. I\'ve worked around this by getting their
I am trying to create a fully-automated test suite for a web application, using Selenium RC and test cases written in Java. However, I have encountered a few problems that I have not been able to solv
I use Java for scripting. i have tried using the ROBOT class, but i am still not able to capture what is on the entire page(i get the screen dimensions and capture the image, if an extra value is adde
I\'m trying to run Selenium tests开发者_运维问答 with Selenium-RC using TestNG on Eclipse. When I try to run a test, I get something like the following console output:
We\'re trying to val开发者_高级运维idate if a URL fires upon loading a web page. Is there a way to do this programmatically using Selenium RC? The event does not appear within the page HTML or DOM.
Grails 1.3.5 and have selenium-rc, easyb, and spring-security-core plugins installed.Everything seems to work really well except this one case I\'ve run into.I have a page I am testing which has the f
I\'m trying to test the happy-path for a piece of code which takes a long time to respond, and then begins writing a file to the response output stream, which prompts a download dialog in browsers.
I want to include Jquery to our current automation project running Selenium RC ( written in java ). So we can rely on that JS library for writing our java script code extending the current user-exten