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
Remove saved current directory and instead make _chromeDriver not late
The failed tear down was due to a late variable being accessed. This
cascaded into the current directory not being restored. Instead, make
this variable nullable only.
0 commit comments