Method: Selenium::WebDriver::BiDi#remove_callback

Defined in:
lib/selenium/webdriver/bidi.rb

#remove_callback(event, id) ⇒ Object


50
51
52
# File 'lib/selenium/webdriver/bidi.rb', line 50

def remove_callback(event, id)
  @ws.remove_callback(event, id)
end