Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/chrome.rbs
1864 views
module Selenium
  module WebDriver
    module Chrome
      self.@path: String

      @path: String

      def self.path=: (String path) -> String

      def self.path: () -> String?
    end
  end
end