class Selenium::WebDriver::DevTools::PinnedScript

def initialize(script)

def initialize(script)
  @key = SecureRandom.alphanumeric
  @script = script
end