module Selenium::WebDriver::DriverExtensions::HasLocation

Public Instance Methods

location() click to toggle source
# 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
Also aliased as: set_location
location=(*) click to toggle source
# 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
set_location()
Alias for: location