Module: Selenium::WebDriver::Opera

Defined in:
rb/lib/selenium/webdriver/opera/bridge.rb,
rb/lib/selenium/webdriver/opera/service.rb,
rb/lib/selenium/webdriver/opera.rb

Defined Under Namespace

Classes: Bridge, Service

Constant Summary

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

+ (Object) driver_path=(path)



9
10
11
# File 'rb/lib/selenium/webdriver/opera.rb', line 9

def self.driver_path=(path)
  Service.selenium_server_jar = path
end

+ (Object) path



18
19
20
# File 'rb/lib/selenium/webdriver/opera.rb', line 18

def self.path
  @path ||= nil
end

+ (Object) path=(path)



13
14
15
16
# File 'rb/lib/selenium/webdriver/opera.rb', line 13

def self.path=(path)
  Platform.assert_executable path
  @path = path
end