cheezy / page-object

Gem to implement PageObject pattern in watir-webdriver and selenium-webdriver
MIT License
653 stars 220 forks source link

Wrap the text being looked for in table row lookup with Regexp.escape() #444

Closed phebus closed 7 years ago

phebus commented 7 years ago

in order to allow for finding table rows with characters special to regexes, i.e. $, ., |, /

Add feature test and test data

Fix typo in PersistantBrowser module