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

  def type: -> untyped

  def ftp: -> untyped

  def pac: -> untyped

  def http: -> untyped

  def ssl: -> untyped

  def socks: -> untyped

  def no_proxy: -> untyped

  def socks_password: -> untyped

  def socks_username: -> untyped

  def socks_version: -> untyped
end