class Webdriver::LocatorHelper

Defined in:

webdriver/helpers/locator_helper.cr

Class Method Summary

Class Method Detail

def self.convert_all_to_xpath(**locator) : String #

[View source]
def self.convert_index_to_xpath(key, index : Int) : String #

[View source]
def self.convert_regex_to_xpath(key, regex, lexer : RegexToXpath::Lexer = RegexToXpath.tokenize(regex)) : String #

[View source]
def self.convert_string_to_xpath(key, str) : String #

[View source]