Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
selenium
v0.2.1
Selenium
Action
ActionSequence
AlertManager
Capabilities
ProxyConfiguration
Chrome
Capabilities
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-08 21:07:21 UTC
class
Selenium::Driver
Selenium::Driver
Reference
Object
Defined in:
selenium/driver.cr
Constructors
.new
(http_client : Selenium::HttpClient =
HttpClient
.new)
Instance Method Summary
#command_handler
: CommandHandler
#create_session
(capabilities) : Session
#http_client
: HttpClient
#status
: Status
Constructor Detail
def self.
new
(http_client :
Selenium::HttpClient
=
HttpClient
.new)
#
[
View source
]
Instance Method Detail
def
command_handler
:
CommandHandler
#
[
View source
]
def
create_session
(capabilities) :
Session
#
[
View source
]
def
http_client
:
HttpClient
#
[
View source
]
def
status
:
Status
#
[
View source
]