Xceptance / neodymium-library

A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles.
MIT License
80 stars 11 forks source link

Popup Blocker #243

Open wurzelkuchen opened 6 months ago

wurzelkuchen commented 6 months ago

A common issue we encounter on customer pages are pop ups/pop up modals which tend to occur undeterministically.
The common approach to wait for the popup to appear after several steps is very runtime consuming and therefore we should provide a functionality which is not blocking but parallelized.

We already have a custom build solution for some customers, which could be added to the library in a more general way.