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

  def devtools_url: () -> untyped

  def devtools_version: () -> untyped

  def devtools_address: () -> untyped

  def ref: () -> untyped

  def bridge: () -> untyped

  def browser: () -> untyped

  def service_url: (untyped service) -> untyped
end