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

Class Method Summary

Instance Method Summary

Class Method Detail

def self.from_symbol(symbol) #

[View source]
def self.transform_extra_strategies(symbol : Symbol, value : String) : Tuple(Symbol, String) #

[View source]

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]