Method: Selenium::WebDriver::DevTools::PinnedScript#callable
- Defined in:
- lib/selenium/webdriver/devtools/pinned_script.rb
#callable ⇒ Object
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.
35 36 37 |
# File 'lib/selenium/webdriver/devtools/pinned_script.rb', line 35 def callable "function __webdriver_#{key}(arguments) { #{script} }" end |