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
performance improvement to reduce unnecessary refreshes
sometimes, the "successfully saved" text can disappear while waiting
for the loading circle to disappear
with the new waiting method, checking the loading circle should
be redundant
Merge pull request #192 from chilli-axe/switch-to-selenium-built-in-w…
…ebdriver-manager
Switch to selenium's built-in webdriver manager from `webdriver_manager`