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
I've wanted to ask - if there is a possibility to slow down click events? And if so, how? I don't want to use regular time.sleep() methods, but maybe configure this in driver.
I have already added implicit.wait for 5 seconds - but still my tests are trying to click buttons before even loading. Or maybe should I try to use "EC.presence_of_element_located" before any click events.
The text was updated successfully, but these errors were encountered:
Hi,
I've wanted to ask - if there is a possibility to slow down click events? And if so, how? I don't want to use regular time.sleep() methods, but maybe configure this in driver.
I have already added implicit.wait for 5 seconds - but still my tests are trying to click buttons before even loading. Or maybe should I try to use "EC.presence_of_element_located" before any click events.
The text was updated successfully, but these errors were encountered: