Skip to content

Conversation

@Andrewngabriel
Copy link

Remove autoLaunch

More info #15807 and #15815

@mykola-mokhnach
Copy link
Contributor

// start a chromedriver session and proxy to it
await this.startChromeSession();
} else {
if (this.opts.autoLaunch) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

since autoLaunch defaults to true, we don't want to remove this block. We only want to remove behavior that would occur if this.opts.autoLaunch is not true.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants