Join GitHub today
GitHub is home to over 36 million developers working together to host and review code, manage projects, and build software together.
Sign upfix: handle remote-debugging-port=0 correctly #17800
+24
−9
Conversation
electron-cation
bot
added
the
new-pr 🌱
label
Apr 15, 2019
MarshallOfSound
added
the
target/5-0-x
label
Apr 15, 2019
MarshallOfSound
force-pushed the
fix-chromedriver
branch
from
906c21e
to
3092911
Apr 15, 2019
MarshallOfSound
force-pushed the
fix-chromedriver
branch
from
3092911
to
30e28ef
Apr 15, 2019
zcbenz
approved these changes
Apr 16, 2019
jkleinsc
approved these changes
Apr 16, 2019
MarshallOfSound
merged commit b7b9efa
into
master
Apr 16, 2019
8 checks passed
Semantic Pull Request
ready to be squashed
Details
appveyor: win-ia32-debug
AppVeyor build succeeded
Details
appveyor: win-ia32-testing
AppVeyor build succeeded
Details
appveyor: win-ia32-testing-pr
AppVeyor build succeeded
Details
appveyor: win-x64-debug
AppVeyor build succeeded
Details
appveyor: win-x64-testing
AppVeyor build succeeded
Details
appveyor: win-x64-testing-pr
AppVeyor build succeeded
Details
release-notes
Release notes found
This comment has been minimized.
This comment has been minimized.
release-clerk
bot
commented
Apr 16, 2019
|
Release Notes Persisted
|
MarshallOfSound
deleted the
fix-chromedriver
branch
Apr 16, 2019
This comment has been minimized.
This comment has been minimized.
|
I was unable to backport this PR to "5-0-x" cleanly; |
trop
bot
added
needs-manual-bp/5-0-x
and removed
target/5-0-x
labels
Apr 16, 2019
MarshallOfSound
added a commit
that referenced
this pull request
Apr 16, 2019
MarshallOfSound
referenced this pull request
Apr 16, 2019
Merged
fix: handle remote-debugging-port=0 correctly #17817
This comment has been minimized.
This comment has been minimized.
|
A maintainer has manually backported this PR to "5-0-x", please check out #17817 |
1 similar comment
This comment has been minimized.
This comment has been minimized.
|
A maintainer has manually backported this PR to "5-0-x", please check out #17817 |
MarshallOfSound
added a commit
that referenced
this pull request
Apr 16, 2019
MarshallOfSound
added
merged/5-0-x
and removed
needs-manual-bp/5-0-x
labels
Apr 16, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
MarshallOfSound commentedApr 15, 2019
•
edited
By default the Chromedriver will send remote-debugging-port=0 to let the browser choose a free port to listen on. The chosen port is written to a known file in the user data dir that is passed to the app through the CLI.
This PR does two things.
Fixes #17354
Notes: Fixed issue where
chromedriverwould not connect correctly if you didn't provide a customremote-debugging-port