playwright/src/server
Joel Einbinder 8127c890e4 fix(firefox): be able to launch on headful+windows (#553)
Without the `-wait-for-browser` flag, the launcher process immediately exits on windows. Because we listen to 'exit', we think the browser has closed.

We still can't close the Firefox process very well.

For the reference, this is based upon https://wiki.mozilla.org/Platform/Integration/InjectEject/Launcher_Process/
2020-01-21 17:22:48 -08:00
..
browserFetcher.ts chore: more strict type checking (#466) 2020-01-13 13:33:25 -08:00
crPlaywright.ts fix(launcher): ensure that local browser launch waits for process exit (#489) 2020-01-16 09:32:58 -08:00
ffPlaywright.ts fix(firefox): be able to launch on headful+windows (#553) 2020-01-21 17:22:48 -08:00
pipeTransport.ts chore: more strict type checking (#466) 2020-01-13 13:33:25 -08:00
playwright.ts api: remove BrowserFetcher from api, update docs (#487) 2020-01-14 10:07:26 -08:00
processLauncher.ts fix(launcher): ensure that local browser launch waits for process exit (#489) 2020-01-16 09:32:58 -08:00
wkPlaywright.ts chore: migrate browser builds to a new CDN (#549) 2020-01-21 15:43:58 -08:00