class Webdriver::LocatorHelper
- Webdriver::LocatorHelper
- Reference
- Object
Defined in:
webdriver/helpers/locator_helper.crClass Method Summary
- .convert_all_to_xpath(**locator) : String
- .convert_index_to_xpath(key, index : Int) : String
- .convert_regex_to_xpath(key, regex, lexer : RegexToXpath::Lexer = RegexToXpath.tokenize(regex)) : String
- .convert_string_to_xpath(key, str) : String
Class Method Detail
def self.convert_regex_to_xpath(key, regex, lexer : RegexToXpath::Lexer = RegexToXpath.tokenize(regex)) : String
#