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
Good catch. That's a bug.
Likely has gone uncaught until now because normally it raises an error when not in a try/except block, but that exception was caught in your case and the program continued.
Uh oh!
There was an error while loading. Please reload this page.
Hey! So I have the python snippet below which I was using to test the timezone override.
When the element is found I have no issues:
However, when the element isn't found the timezone override seems to have been reset?
Currently on seleniumbase==4.38.2 and Chrome 136.
Am I missing any steps? Thanks
The text was updated successfully, but these errors were encountered: