Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
seleniumhq
GitHub Repository: seleniumhq/selenium
Path: blob/trunk/rb/sig/interfaces/devtools.rbs
3232 views
interface _DevTools
  def devtools: () -> untyped
end

interface _ExecuteScript
  def execute_script: (untyped, *untyped) -> untyped
end

interface _FindElements
  def find_elements: (untyped) -> untyped
end