日历中的日历日历选择器

时间:2019-04-16 09:18:18

标签: appium appium-ios appium-android

我必须在数据选择器上选择所需的日期,但无法选择。

我所做的事情是,创建了一个函数,该函数将所有Web元素存储在列表中,并通过其索引值遍历所需的输入(日期/年/月)并对其执行操作。 就我而言,我只有类别和索引值,可以通过它们与他们一起玩。 这对我不起作用。

我尝试过的代码:

MobileElement list = driver.findElement(loc); 
try{ 
     list.findElement(MobileBy .AndroidUIAutomator(“new UiScrollable(new UiSelector()).scrollIntoView(” + “new UiSelector().text(” val “));”));
    //Also did that approach: 2. 
     “new UiScrollable(new UiSelector().text(”.val")).flingForward()"));
} catch(Exception e){ 
      e.printStackTrace(); 
      System.out.println(“Cannot scroll further”); 
}

enter image description here

0 个答案:

没有答案