Module: Selenium::WebDriver::DriverExtensions::HasLocation

Defined in:
lib/selenium/webdriver/common/driver_extensions/has_location.rb

Instance Method Summary collapse

Instance Method Details

#locationObject Also known as: set_location



25
26
27
# File 'lib/selenium/webdriver/common/driver_extensions/has_location.rb', line 25

def location
  raise Error::UnsupportedOperationError, 'The W3C standard does not currently support getting location'
end

#location=Object



29
30
31
# File 'lib/selenium/webdriver/common/driver_extensions/has_location.rb', line 29

def location=(*)
  raise Error::UnsupportedOperationError, 'The W3C standard does not currently support setting location'
end