We have many e2e test written by Selenide. To avoid failing test in test server, I would like selenide to wait for html element appearing.
I know some scripts like wait.until(...)
for this. But, I don't want to fix all test code.
Is there any global switch or setting for Selenide ? ( in detail, I hope the option making cssselector
waiting )