...
Can use OTP with disposable mail address and api. More documentation Two-factor authentication and OTP
Add new commands
assertNotExistsText
,assertNotExistsTextExact
,assertNotExistsId
,assertNotExistsClass
to test the existance of a text, a description, an id or a class. You can used this command to check view state before doing another GDSL action.Add optional parameter percX for commands
swipeUpwardToText
andswipeDownwardToText
. With this, you can search for text by swiping your finger to the side of the screen.
...