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
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed
resume-scrape: the vendored browse launcher rebranded Chromium by patching
Playwright's shared, global Chromium .app bundle (Info.plist + icon) in place,
mutating a cache other Playwright-based tools may also use. Now patches a private
copy under ~/.gstack/chromium-branded and ad-hoc re-signs it, leaving Playwright's
own download untouched.
Documentation
resume-scrape: note that LinkedIn's passkey/Touch ID sign-in can't complete in the
vendored browser (it isn't a signed, entitled app) — it hands off to an empty Safari
tab and closes the gstack window. Use email + password instead.