Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/chrome/profile.rbs
1865 views
module Selenium
  module WebDriver
    module Chrome
      class Profile < Chromium::Profile
      end
    end
  end
end