インストルメンタルオートメーションUIテストを使用して、レシピアプリのリストからアイテムを削除しようとしています.iは、1つのアイテムの削除を記録し、同じものを別の名前に変更しましたが、うまくいきません助けてください。
これが私のコードです
var target = UIATarget.localTarget();
target.frontMostApp().navigationBar().leftButton().tap();
target.frontMostApp().mainWindow().tableViews()["Empty list"].cells()[" "].switches()["Delete MAggi "].setValue(<value>);
target.frontMostApp().mainWindow().tableViews()["Empty list"].cells()[" "].buttons()["Confirm Deletion for MAggi "].tap();
target.frontMostApp().navigationBar().leftButton().tap();