0
現在のswift構文に変換中にエラーが発生しました「非関数型UIテストケースの 'XCUIElement' "はXcode 8.3.2です。現在のswift構文に変換中にエラーが発生しました「Xcode 8.3.2のUIテストケースで非関数型 'XCUIElement'の値を呼び出せません
let app = XCUIApplication()
app.tables.cells.element(boundBy: 0).buttons.element(boundBy: 0).tap()
app.buttons.element(boundBy: 1).tap()