Method: Selenium::WebDriver::DevTools::PinnedScript#remove

Defined in:
lib/selenium/webdriver/devtools/pinned_script.rb

#removeObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.


51
52
53
# File 'lib/selenium/webdriver/devtools/pinned_script.rb', line 51

def remove
  "__webdriver_#{key} = undefined"
end