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

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

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