Method: Selenium::WebDriver::Chromium::Features#stop_casting

Defined in:
lib/selenium/webdriver/chromium/features.rb

#stop_casting(name) ⇒ Object


58
59
60
# File 'lib/selenium/webdriver/chromium/features.rb', line 58

def stop_casting(name)
  execute :stop_casting, {}, {sinkName: name}
end