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
The new_window method on the Session class has an optional parameter called start_directory, based on the doc-string and usage, this parameter should be of type str | None, but currently is None.