Notifications
Clear all
Topic starter
29/08/2022 6:58 pm
How to prevent the page loading wait and make sure that the screenshot is captured at the exact same stage for webdriver io?
06/09/2022 5:34 am
The screenshot capturing is done outside the scope of Imagium.
It has more to do with how you wait in your tool/framework before taking a screenshot.
Please have a look here:
Or you can add delays in typescripts as following:
await new Promise(f => setTimeout(f, 1000));