You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
but the issue is that if I want to use an explicit wait (pytest-splinter allow this) it will result in mixing explicit (the one I define) and implicit wait and this can take to strange waits behaviour (see: https://octopus.com/blog/selenium/8-mixing-waits/mixing-waits).
How to address this issue or disable implicit wait?
The text was updated successfully, but these errors were encountered:
Hi there,
it seems in pytest-splinter it is not possible to disable implicit wait (see here
pytest-splinter/pytest_splinter/plugin.py
Line 596 in 5522d59
but the issue is that if I want to use an explicit wait (pytest-splinter allow this) it will result in mixing explicit (the one I define) and implicit wait and this can take to strange waits behaviour (see: https://octopus.com/blog/selenium/8-mixing-waits/mixing-waits).
How to address this issue or disable implicit wait?
The text was updated successfully, but these errors were encountered: