Class: Selenium::WebDriver::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



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

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