Module: Selenium::WebDriver::Opera
- Defined in:
- lib/selenium/webdriver/opera.rb,
lib/selenium/webdriver/opera/bridge.rb,
lib/selenium/webdriver/opera/service.rb
Defined Under Namespace
Constant Summary collapse
- LOGGING_LEVELS =
This constant is part of a private API. You should avoid using this constant if possible, as it may be removed or be changed in the future.
[:severe, :warning, :info, :config, :fine, :finer, :finest, :all]
Class Method Summary collapse
Class Method Details
.driver_path=(path) ⇒ Object
9 10 11 |
# File 'lib/selenium/webdriver/opera.rb', line 9 def self.driver_path=(path) Service.selenium_server_jar = path end |
.path ⇒ Object
18 19 20 |
# File 'lib/selenium/webdriver/opera.rb', line 18 def self.path @path ||= nil end |
.path=(path) ⇒ Object
13 14 15 16 |
# File 'lib/selenium/webdriver/opera.rb', line 13 def self.path=(path) Platform.assert_executable path @path = path end |