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::HttpClient
Selenium::HttpClient
Reference
Object
Defined in:
selenium/http_client.cr
Instance Method Summary
#base_path
#delete
(path) : JSON::Any
#get
(path) : JSON::Any
#post
(path, body =
"{}"
) : JSON::Any
Instance Method Detail
def
base_path
#
[
View source
]
def
delete
(path) : JSON::Any
#
[
View source
]
def
get
(path) : JSON::Any
#
[
View source
]
def
post
(path, body =
"{}"
) : JSON::Any
#
[
View source
]