blob: 01b4ce39f1bc6ab28fa214486e5c45f24d4e5d60 [file] [log] [blame] [edit]
interface _DevTools
def devtools: () -> untyped
end
interface _ExecuteScript
def execute_script: (untyped, *untyped) -> untyped
end
interface _FindElements
def find_elements: (untyped) -> untyped
end