我是EarlGrey的初学者。在我使用它们之前,我使用了swift。现在,我的问题是我有一个while循环,我不知道如何在EarlGrey中进行while循环。
我希望这个循环用EarlGrey编写:
base/Information/WhoAreYou => Html view views/Information/WhoAreYou.cshtml
and base/Information/WhoAreYou.json => {"message": "Hello World"}
非常感谢!
答案 0 :(得分:0)
如果existsAccessibilityID(AccessibilityIdentifier:“XYZ”){ EarlGrey.select(elementWithMatcher:grey_accessibilityID(Button))。usingSearch(grey_swipeFastInDirection(GREYDirection.left),onElementWith:grey_accessibilityID(PageViewController))。perform(grey_tap()) }
好的,我找到了解决方案......