I have selenium 2 web driver scripts up and running and I now want to tie those into my continuous integration process. I have 2 physical machines set aside for selenium to run on and a VM machine for
I want to find out if selenium is running and if it isn\'t then call a bat file to start it.Is it possible to 开发者_StackOverflow社区find out if selenium standalone is running?If you are using Java,
I am trying to use Selenium 2.0 (Webdriver) to implement a series of tests.Before these tests can run, I have to login into the application.Since the application is not my \'own\' (testing api-built f
This test works locally, but when run from the Play test runner on our aws ci instance, I get the following permissions error in Firefox: Permission denied for H开发者_运维百科OST to get property Loca
Is there a way to suppress the warning displayed when accessing sites on HTTPS when using Selenium for automation? I came across the option \"-trustAllSSLCertificates\", but I wasn\'t able to get it w
I have a simple Selenium test that runs against a remote Selenium Server instance. I\'m trying to test for page performance, and some pages can exceed the max execution time, and I\'m trying to catch
I just begin to start use Selenium with Ruby on Rails 3, I have my code as before(:all) do @verification_errors = []
In a selenium test, I open a page to which I don\'t have rights, and I want to verify that error page is displayed instead of the opened one.
I would like to write some automatic tests for my Rails 3 application. I wonder how to start with that.
I\'ve managed to install Selenium IDE 1.0.10 into FF4. Selenium is showing in the Add Ons Manager and I\'ve restarted the browser. However, I don\'t see any way to laun开发者_如何学JAVAch the IDE. Is