Class | Selenium::Server |
In: |
lib/selenium/server.rb
|
Parent: | Object |
The class that can manages the server driver classes. This class is originally copied from the BuildMaster project. You can setup your build task to start the server before the tests and shutdown when it is finished
server = Selenium::Server.new() begin server.start tests.run # run your tests here ensure server.stop end
status | [R] |
The status of the server. Values are
|
timeout | [R] | The timeout setting for selenium in seconds |