Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
SeleniumHQ
GitHub Repository: SeleniumHQ/Selenium
Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/navigation.rbs
1865 views
module Selenium
  module WebDriver
    class Navigation
      def initialize: (untyped bridge) -> void

      def to: (String url) -> untyped

      def back: () -> untyped

      def forward: () -> untyped

      def refresh: () -> untyped
    end
  end
end