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