Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: remove autoLaunch #703

Closed
wants to merge 4 commits into from

Conversation

Andrewngabriel
Copy link

Remove autoLaunch

More info #15807 and #15815

@mykola-mokhnach
Copy link
Contributor

@@ -284,11 +283,6 @@ class AndroidDriver extends BaseDriver {
if (this.isChromeSession) {
// 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