Conversation
Co-authored-by: Cursor <[email protected]>
czpython
requested changes
Sep 19, 2026
czpython
left a comment
Owner
There was a problem hiding this comment.
I built the image at e0f7dfc on arm64 and ran each launch mode. I attached the way a borrow does: connectOverCDP, then contexts[0].
Two blockers:
- The window stops Chrome with SIGTERM. Chrome does not flush its cookie store on SIGTERM, so a login can be lost. See the comment on the
finallyblock. - Nothing passes
--drive.sessions.pystill runssession-launch {mode}, so each borrow gets the raw spawn. See the comment onlaunchDriven.
One question. The ticket names no login that fails on main. Which login fails today? navigator.webdriver is false in the raw window, and the flag from #274 gives the same result on main. The raw spawn costs the proxy relay, so I want the failing case before we take that cost.
What holds: Google's apt repo has google-chrome-stable 153.0.8010.52 for arm64, and the arm64 build installed it from apt. The start URL opens in the raw window.
Co-authored-by: Cursor <[email protected]>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
https://linear.app/fellaworks/issue/DRU-581/spawn-real-chrome-for-the-login-window
The login window is a raw Google Chrome spawn. Playwright only pours storage_state into the profile. The image installs Chrome on amd64 and arm64.
Made with Cursor