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
enum
Selenium::LocationStrategy
Defined in:
selenium/location_strategy.cr
Enum Members
CSS
=
0
LINK_TEXT
=
1
PARTIAL_LINK_TEXT
=
2
TAG_NAME
=
3
XPATH
=
4
Instance Method Summary
#css?
#link_text?
#partial_link_text?
#tag_name?
#to_json
(builder)
#xpath?
Instance Method Detail
def
css?
#
[
View source
]
def
link_text?
#
[
View source
]
def
partial_link_text?
#
[
View source
]
def
tag_name?
#
[
View source
]
def
to_json
(builder)
#
[
View source
]
def
xpath?
#
[
View source
]