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.
The text was updated successfully, but these errors were encountered:
The
new_window
method on theSession
class has an optional parameter calledstart_directory
, based on the doc-string and usage, this parameter should be of typestr | None
, but currently isNone
.The text was updated successfully, but these errors were encountered: