Path: blob/trunk/rb/sig/lib/selenium/webdriver/common/navigation.rbs
4215 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