Release 0.5
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
andFindWebElements
extension methods for aRemoteWebDriver
orIWebElement
instance to provide easy casting for queried web elements