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
Sometimes, especially in Safari the send_keys is correctly sent to the driver, but it is not correctly input into the browser.
We can implement a loop that checks the value to make sure it was correctly entered before moving on. It would sacrifice some performance, so it shouldn't be the default behavior, but can be useful to minimize flakiness for Safari users.
The text was updated successfully, but these errors were encountered:
Sometimes, especially in Safari the send_keys is correctly sent to the driver, but it is not correctly input into the browser.
We can implement a loop that checks the value to make sure it was correctly entered before moving on. It would sacrifice some performance, so it shouldn't be the default behavior, but can be useful to minimize flakiness for Safari users.
The text was updated successfully, but these errors were encountered: