Select Year On Datepicker Using Selenium, Appium And C#
I am trying to select/click on a hidden element on a date picker of an android app to select a year, because the element is hidden I need to move to the element before clicking, I
Solution 1:
Use scrollto() method and it will help you to scroll to the date which you want to select.
Post a Comment for "Select Year On Datepicker Using Selenium, Appium And C#"