Async Await Feature

RF Puppeteer allow to interact with UI Element using Run Async Keywords keyword.

Run Async Keywords allow to combine multiple synchronous keywords and run all keywords at the same time (asynchronous).

Example:

Login with valid password will redirect to login welcome page. Login form page image

Run Async Keywords on line 11 that cover keywords line 12 - 13. This will make keyword Wait For New Window Open and Click Element run as asynchronous.

AND on line 12 required for join multiple keywords.

date
September 14, 2020
category
features
author
Atthaboon S.