v0.11.0
What's Changed
Changes in this release include the addition of new methods on the BasePage
to find UI elements using a By
locator, XPath, ID, or name.
This provided needed improvement to the BasePage
for being able to retrieve elements without defaulting to the App
property.
- Bump Selenium.WebDriver.MSEdgeDriver from 100.0.1185.50 to 101.0.1210.47 by @dependabot in #135
- Added FindElement methods to BasePage by @jamesmcroft in #138
Full Changelog: v0.10.0...v0.11.0