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
I don't have a specific solution for how to handle this just yet - just some ideas.
For example, instead of having a single launch(...) function that takes a browser name (plus options), instead, we can have separate functions for each browser type:
launchFirefox(...),
launchChrome(...)
...
Then, each of these functions could have their own signature?
🤔 not sure the best way to handle this just yet
The text was updated successfully, but these errors were encountered:
I don't have a specific solution for how to handle this just yet - just some ideas.
For example, instead of having a single
launch(...)
function that takes a browser name (plus options), instead, we can have separate functions for each browser type:launchFirefox(...)
,launchChrome(...)
Then, each of these functions could have their own signature?
🤔 not sure the best way to handle this just yet
The text was updated successfully, but these errors were encountered: