Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
selenium
v0.1.0
Selenium
Action
ActionSequence
AlertManager
Capability
ProxyConfiguration
TimeoutConfiguration
CommandHandler
Cookie
CookieManager
DefaultCommands
DocumentManager
Driver
Element
ElementId
ElementRect
Error
HttpClient
InputSourceActionSequence
LocationStrategy
NavigationManager
Rect
SendKeyConverter
Session
SessionId
Status
WindowHandle
WindowManager
WindowRect
TimeoutConfiguration
Built with Crystal 1.9.2
2023-10-07 10:54:03 UTC
class
Selenium::NavigationManager
Selenium::NavigationManager
Reference
Object
Defined in:
selenium/navigation_manager.cr
Constructors
.new
(command_handler : Selenium::CommandHandler, session_id : String)
Instance Method Summary
#command_handler
: CommandHandler
#go_back
#go_forward
#refresh
#session_id
: SessionId
Constructor Detail
def self.
new
(command_handler :
Selenium::CommandHandler
, session_id : String)
#
[
View source
]
Instance Method Detail
def
command_handler
:
CommandHandler
#
[
View source
]
def
go_back
#
[
View source
]
def
go_forward
#
[
View source
]
def
refresh
#
[
View source
]
def
session_id
:
SessionId
#
[
View source
]