class Webrat::Selenium::ApplicationServers::External
Public Instance Methods
fail()
click to toggle source
# File lib/webrat/selenium/application_servers/external.rb, line 14 def fail end
pid_file()
click to toggle source
# File lib/webrat/selenium/application_servers/external.rb, line 17 def pid_file end
start()
click to toggle source
# File lib/webrat/selenium/application_servers/external.rb, line 7 def start warn "Webrat Ignoring Start Of Application Server Due to External Mode" end
stop()
click to toggle source
# File lib/webrat/selenium/application_servers/external.rb, line 11 def stop end
wait()
click to toggle source
# File lib/webrat/selenium/application_servers/external.rb, line 20 def wait end