



скрипт:
Код: Выделить всё
_driver.FindElement(By.Id("com.appzonegroup.dejavuandroid.zoneRevamp:id/date_picker_year")).Click();
((IJavaScriptExecutor)driver).ExecuteScript("mobile: scroll", scrollObject);
int ThisYear = Int32.Parse( _driver.FindElement(By.XPath(AuthConstant.DatePickerYearButton)).Text);
String RegistrableYear = Convert.ToString(ThisYear - 25);
IList calcButton = _driver.FindElements(By.Id("com.appzonegroup.dejavuandroid.zoneRevamp:id/month_text_view"));
for(int i=0; i
Подробнее здесь: [url]https://stackoverflow.com/questions/41832933/selecting-date-from-a-calendar-plugin-using-appium-and-selenium[/url]