Reference
aiExecute
// simple instructions
gptDriver.aiExecute("tap on the login button");
// more abstract instructions
gptDriver.aiExecute("Navigate to the settings screen");
// complex instructions
gptDriver.aiExecute("Check that you see a list of hotel room options, if so tap on the cheapest room option");assert
gptDriver.assert(`The total price is ${price}`);assertBulk
checkBulk
extract
Last updated