MADE-Apps / legerity

A framework for speeding up the development of automated UI tests for Windows, Android, iOS, and Web with Appium/Selenium on .NET
https://made-apps.github.io/legerity/
MIT License
79 stars 13 forks source link

Added speed improvement to retrieving web `Table` data rows #195

Closed jamesmcroft closed 1 year ago

jamesmcroft commented 1 year ago

Resolves #194

Changes have been made to introduce a new By locator for retrieving table data rows based on whether a tr element is located which contains td elements.

PR checklist

Other information