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
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Actually, it should probably just be an optional parameter to forkNewDriverInstance. Typescript can handle "return type X if param 3 is true, return type Y if param 3 is false". It sucks that it has to go at the end of the parameter list, but that's life I guess.
This promise will resolve to the new browser instance, so it can be used nicely with
await
and in a control-flow-less world:TODO - think of a better name.
The text was updated successfully, but these errors were encountered: