Class: Selenium::WebDriver::Remote::Options

Inherits:
Object
  • Object
show all
Defined in:
lib/monkey-patches/webdriver-patches.rb

Instance Method Summary collapse

Instance Method Details

#delete_cookies_in_domain(domain) ⇒ Object



28
29
30
31
# File 'lib/monkey-patches/webdriver-patches.rb', line 28

def delete_cookies_in_domain(domain)
  delete_all_cookies #proxy to this method as WebDriver only deletes
  #by domain
end