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

  def getTarget: () -> Hash[untyped, untyped]

  def attach_to_target: (Hash[untyped, untyped]) -> untyped
end