mfulton26/webautomator

Add support for waiting for some text

Opened this issue · 0 comments

Examples:

await automator.see('Child Information');
...
await automator.click('I confirm that these details are accurate.');
await automator.not.see('I confirm that these details are accurate.');