Class Selenium::WebDriver::Firefox::Binary
In: lib/selenium/webdriver/firefox/binary.rb
Parent: Object

@api private

Methods

quit   start_with   wait  

Constants

NO_FOCUS_LIBRARY_NAME = "x_ignore_nofocus.so"
NO_FOCUS_LIBRARIES = [ ["#{WebDriver.root}/selenium/webdriver/firefox/native/linux/amd64/#{NO_FOCUS_LIBRARY_NAME}", "amd64/#{NO_FOCUS_LIBRARY_NAME}"], ["#{WebDriver.root}/selenium/webdriver/firefox/native/linux/x86/#{NO_FOCUS_LIBRARY_NAME}", "x86/#{NO_FOCUS_LIBRARY_NAME}"], ]
WAIT_TIMEOUT = 90

Public Instance methods

[Validate]