アールグレイ初心者です。それらを使用する前は、swift を使用していました。さて、私の問題は while ループです。EarlGrey で while ループを作成する方法がわかりません。
EarlGrey で書かれた while ループが欲しい:
if XCUIApplication().otherElements[XYZ].exists { while !XCUIApplication().buttons[Button].exists {
XCUIApplication().otherElements[XYZ].swipeLeft() }
XCTAssertTrue(XCUIApplication().buttons[Button].exists, "Button not exist!") XCUIApplication().buttons[Button].tap()
}
どうもありがとう!