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
78 stars 13 forks source link

[Feature] Android TimePicker element #37

Open jamesmcroft opened 3 years ago

jamesmcroft commented 3 years ago

Description

TimePicker is a commonly used core Android control that supports the ability to select a time.

The implementation should provide the following functionality:

jamesmcroft commented 3 years ago

Created a branch to start working through this (https://github.com/MADE-Apps/legerity/tree/feature/37-android-timepicker-element) but falling short on setting the time.

You can set the time by typing in the header but the driver won't let the SendKeys method work on the element. Alternatively, you can set the time based on the radial control, but you're limited by the minute values visible (in 5-minute intervals).