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

Improve JavaScriptUtils #195

Open occupant23 opened 3 years ago

occupant23 commented 3 years ago

The until function can be changed to private. The implementation is too specific to the use case that nobody will/should use it otherwise.

The sleep can be removed and the occurrence can be replaced by Selenide.sleep.