Skip to content

v0.9.0

Compare
Choose a tag to compare
@jamesmcroft jamesmcroft released this 05 Apr 06:30
· 360 commits to main since this release
b56b946

What's Changed

Quality of testing improvements for iOS apps. This minor release includes the introduction of some core iOS elements, extra locator helpers for finding elements by label or value, and attribute extensions for getting these same values from an element.

Also changed in this release is there is no longer a requirement to specifiy the automation name for iOS. This has been set by default using the current XCUITest value. This can be altered, if necessary, on the app manager options with the AutomationName property.

New element wrappers for iOS include:

  • Button
  • Label
  • ProgressView
  • Slider
  • Switch
  • TextField
  • Added iOS core element wrappers and locator improvements by @jamesmcroft in #124
  • Bump Selenium.WebDriver.ChromeDriver from 99.0.4844.5100 to 100.0.4896.6000 by @dependabot in #123

Full Changelog: v0.8.2...v0.9.0