dlenroc / appium-roku-driver

WebDriver for testing channels / screensavers on roku devices
MIT License
10 stars 0 forks source link

fix: css-selector text pseudos #93

Closed dlenroc closed 1 month ago

dlenroc commented 1 month ago

Previously, those pseudos used the text of the candidate element, but now they will use the text returned by the getText driver command (i.e., visible text, including that from children elements), which would allow using them instead of attribute-based selection.

item:contains('case sensitive text');
item:icontains('case insensitive text')