class Selenium::WebDriver::Proxy

def auto_detect=(bool)

def auto_detect=(bool)
  self.type = :auto_detect
  @auto_detect = bool
end