Skip to content

Release 0.5

Compare
Choose a tag to compare
@jamesmcroft jamesmcroft released this 27 Mar 21:12
2627887

Packages available on NuGet

Changes:

New Control Wrappers 👍

Windows

  • Carousel (Windows Community Toolkit)
  • RatingControl (WinUI)

Web

  • Button (Core)
  • CheckBox (Core)
  • FileInput (Core)
  • Image (Core)
  • List (Core)
  • NumberInput (Core)
  • Option (Core)
  • Select (Core)
  • TextArea (Core)
  • TextInput (Core)

Android

  • Button (Core)
  • CheckBox (Core)
  • DatePicker (Core)
  • RadioButton (Core)
  • Spinner (Core)
  • Switch (Core)
  • TextView (Core)
  • ToggleButton (Core)
  • View (Core)

Improvements ✨

  • Added IsEnabled property to all platform element wrappers
  • Added FindWebElement and FindWebElements extension methods for a RemoteWebDriver or IWebElement instance to provide easy casting for queried web elements