class Selenium::WebDriver::DevTools::PinnedScript

def callable

def callable
  "function __webdriver_#{key}(arguments) { #{script} }"
end