Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6a65a43e9a 
							
						 
					 
					
						
						
							
							chore: use consistent asLocator() in all logs ( #18586 )  
						
						 
						
						... 
						
						
						
						References #18524 . 
						
						
					 
					
						2022-11-04 15:19:16 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7a9f1b5ee4 
							
						 
					 
					
						
						
							
							fix(firefox): force fast shutdown after "xpcom-will-shutdown" phase ( #18556 )  
						
						 
						
						
						
						
					 
					
						2022-11-04 09:02:13 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							ae811774b1 
							
						 
					 
					
						
						
							
							feat(chromium): roll to r1033 ( #18558 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-11-03 16:21:39 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3bc9e07daf 
							
						 
					 
					
						
						
							
							chore: parse locators strictly ( #18553 )  
						
						 
						
						
						
						
					 
					
						2022-11-03 15:17:08 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8538f61a72 
							
						 
					 
					
						
						
							
							feat(containers): implement global network tethering for playwright server ( #17719 )  
						
						 
						
						... 
						
						
						
						This patch implements a new mode of network tethering for Playwright
server & its clients.
With this patch:
- playwright server could be launched with the
`--browser-proxy-mode=tether` flag to engage in the new mode
- a new type of client, "Network Tethering Client" can connect to the
server to provide network traffic to the browsers
- all clients that connect to the server with the `x-playwright-proxy:
*` header will get traffic from the "Network Tethering Client"
This patch also adds an environment variable
`PW_OWNED_BY_TETHER_CLIENT`. With this env, playwright server will
auto-close when the network tethering client disconnects. It will also
auto-close if the network client does not connect to the server in the
first 10 seconds of the server existence. This way we can ensure that
`npx playwright docker start` blocks terminal & controls the lifetime of
the started container. 
						
						
					 
					
						2022-11-03 13:47:51 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							eac5cc98df 
							
						 
					 
					
						
						
							
							fix: compare selector when validating highlight ( #18530 )  
						
						 
						
						
						
						
					 
					
						2022-11-03 09:55:45 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d34a1a371 
							
						 
					 
					
						
						
							
							chore: do not generate role= selector, use internal ( #18519 )  
						
						 
						
						
						
						
					 
					
						2022-11-02 14:57:19 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b2e4f5652e 
							
						 
					 
					
						
						
							
							chore: do not update highlight on focus outside of the recording mode ( #18516 )  
						
						 
						
						
						
						
					 
					
						2022-11-02 14:09:02 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							67c9624924 
							
						 
					 
					
						
						
							
							chore: send structured codegen info to the debug controller ( #18491 )  
						
						 
						
						
						
						
					 
					
						2022-11-01 18:02:14 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c56877032d 
							
						 
					 
					
						
						
							
							fix(persistent): close browser instead of pages ( #18485 )  
						
						 
						
						... 
						
						
						
						Previously, we closed pages one by one before closing the browser when
shutting down the persistent context. This logic was introduced in
https://github.com/microsoft/playwright/pull/4040  to properly finish
video recordings in persistent context.
Such a process makes it unnecessary brittle to close the persistent
context. For example, Chromium headless is sometimes unable to close the
last persistent page for unknown reasons.
Instead, we can just stop video recordings manually and close the
browser right away.
Fixes  #18229 . 
						
						
					 
					
						2022-11-01 14:26:38 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							57c2ed91d9 
							
						 
					 
					
						
						
							
							chore: fix language binding based install message ( #18480 )  
						
						 
						
						
						
						
					 
					
						2022-11-01 13:46:17 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d53fd9c63 
							
						 
					 
					
						
						
							
							chore: download android driver from the cdn ( #18466 )  
						
						 
						
						
						
						
					 
					
						2022-10-31 16:08:26 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9cc5ca0cd4 
							
						 
					 
					
						
						
							
							feat(firefox): process.env.PLAYWRIGHT_DISABLE_FIREFOX_CROSS_PROCESS ( #18458 )  
						
						 
						
						
						
						
					 
					
						2022-10-31 15:19:10 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2c3fa1b1ff 
							
						 
					 
					
						
						
							
							chore: add explore locator parser ( #18429 )  
						
						 
						
						
						
						
					 
					
						2022-10-31 12:55:35 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							a7f5f2d7a1 
							
						 
					 
					
						
						
							
							chore: allow not overriding media when creating context ( #18413 )  
						
						 
						
						
						
						
					 
					
						2022-10-31 09:09:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							2e2698fa9d 
							
						 
					 
					
						
						
							
							feat(chromium): roll to r1032 ( #18437 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-10-30 21:03:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							041a98928b 
							
						 
					 
					
						
						
							
							chore: print where the browsers are downloaded from ( #18360 )  
						
						 
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/16926  
						
						
					 
					
						2022-10-27 09:19:09 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1505a952fe 
							
						 
					 
					
						
						
							
							chore: make handle beforeunload when reusing the context ( #18357 )  
						
						 
						
						... 
						
						
						
						Fixes: https://github.com/microsoft/playwright/issues/17903  
						
						
					 
					
						2022-10-26 15:17:40 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e25537f941 
							
						 
					 
					
						
						
							
							feat(android): add AndroidDevice.close event ( #18306 )  
						
						 
						
						
						
						
					 
					
						2022-10-25 18:18:14 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0653692a5b 
							
						 
					 
					
						
						
							
							fix(selectors): :scope combined with other css should work ( #18324 )  
						
						 
						
						... 
						
						
						
						Previously, we considered root when selector has `:scope` modifier, but
did not actually match it with other css specifiers, like in
`:scope.selected`.
Fixes  #17824 . 
						
						
					 
					
						2022-10-25 14:31:39 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							721ae2b3ed 
							
						 
					 
					
						
						
							
							fix: make reoccurring networkidle work ( #18323 )  
						
						 
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/18283 
Signed-off-by: Max Schmitt <max@schmitt.mx> 
						
						
					 
					
						2022-10-25 13:35:18 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jean-François Greffier 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							0fe1998c72 
							
						 
					 
					
						
						
							
							feat(api): add clear() ( #18296 )  
						
						 
						
						... 
						
						
						
						Add `clear()` method as a convenience shortcut for `fill('')`.
Implemented for AndroidDevice, ElementHandle, Frame, Locator and Page.
Fixes https://github.com/microsoft/playwright/issues/14041  
						
						
					 
					
						2022-10-25 12:56:11 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							37250cde17 
							
						 
					 
					
						
						
							
							chore: switch to the new debug controller harness ( #18308 )  
						
						 
						
						
						
						
					 
					
						2022-10-25 09:55:20 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d8ec7cba47 
							
						 
					 
					
						
						
							
							chore: don't generate new lines in codegen ( #18309 )  
						
						 
						
						
						
						
					 
					
						2022-10-25 09:02:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3cd64e1449 
							
						 
					 
					
						
						
							
							fix(check): support all ARIA roles that could be aria-checked ( #18304 )  
						
						 
						
						... 
						
						
						
						Fixes  #18193 . 
						
						
					 
					
						2022-10-25 06:11:11 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							329b3eadb4 
							
						 
					 
					
						
						
							
							feat: locator.blur() ( #18303 )  
						
						 
						
						... 
						
						
						
						Note this is only available on Locator. Fixes  #10724 . 
						
						
					 
					
						2022-10-25 06:10:40 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							805312b722 
							
						 
					 
					
						
						
							
							feat(android): add Android.{launchServer,connect} ( #18263 )  
						
						 
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/17538  
						
						
					 
					
						2022-10-24 17:23:11 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d3948d1308 
							
						 
					 
					
						
						
							
							chore: enable debug controller testing ( #18270 )  
						
						 
						
						
						
						
					 
					
						2022-10-24 16:19:58 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							9a684d39ab 
							
						 
					 
					
						
						
							
							feat(firefox): prepare to fission roll ( #18302 )  
						
						 
						
						... 
						
						
						
						- Handle `Runtime.executionContextsCleared` event.
- Skip one auto-waiting test, because navigations now happen
asynchronously. 
						
						
					 
					
						2022-10-24 16:03:56 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3f850d27e9 
							
						 
					 
					
						
						
							
							fix(highlight): fix the testing harness to be real ( #18294 )  
						
						 
						
						
						
						
					 
					
						2022-10-24 15:01:48 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Max Schmitt 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							be67189a54 
							
						 
					 
					
						
						
							
							fix(fetch): throw on unexpected end of file brotli requests ( #18223 )  
						
						 
						
						... 
						
						
						
						https://github.com/microsoft/playwright/issues/18190  
						
						
					 
					
						2022-10-24 12:51:45 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							3c0832a0d9 
							
						 
					 
					
						
						
							
							chore: brush up the debug controller api ( #18262 )  
						
						 
						
						
						
						
					 
					
						2022-10-21 17:57:22 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							48c44f2c78 
							
						 
					 
					
						
						
							
							fix(selectors): hasText and getByText exact match should consider full text ( #18260 )  
						
						 
						
						... 
						
						
						
						Fixes  #18259 . 
						
						
					 
					
						2022-10-21 16:29:45 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							d4053abd29 
							
						 
					 
					
						
						
							
							fix(video): do not produce frames much faster than desired fps ( #18228 )  
						
						 
						
						... 
						
						
						
						Otherwise, we get very long but slow videos.
Fixes  #18198 . 
						
						
					 
					
						2022-10-21 14:30:14 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							96aa42c541 
							
						 
					 
					
						
						
							
							feat(chromium): roll to r1031 ( #18258 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-10-21 14:27:46 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrey Lushnikov 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							c63a0b536d 
							
						 
					 
					
						
						
							
							feat: send SIGTERM to webserver before SIGKILL'ing it. ( #18220 )  
						
						 
						
						... 
						
						
						
						We now will send `SIGTERM` to the webserver and wait for the `timeout`
before sending `SIGKILL` to it.
Fixes  #18209  
						
						
					 
					
						2022-10-21 08:55:06 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5b1e4e08a5 
							
						 
					 
					
						
						
							
							chore: detect browser reuse based on the connection headers ( #18230 )  
						
						 
						
						
						
						
					 
					
						2022-10-20 18:30:37 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							84daeafb3a 
							
						 
					 
					
						
						
							
							chore: use internal locator for role ( #18187 )  
						
						 
						
						
						
						
					 
					
						2022-10-19 19:38:47 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							852a5c234b 
							
						 
					 
					
						
						
							
							feat(install): connection timeout ( #18161 )  
						
						 
						
						... 
						
						
						
						- `PLAYWRIGHT_DOWNLOAD_CONNECTION_TIMEOUT` for custom timeout.
- Bumped default timeout from 10s to 30s.
- Inlined `download.ts` to avoid extra plumbing.
- Removed optional arguments - we always pass them.
- Updated installation docs.
Fixes  #18156 . 
						
						
					 
					
						2022-10-19 13:06:35 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							69092b153a 
							
						 
					 
					
						
						
							
							chore(codegen): do not generate  waitForURL ( #18167 )  
						
						 
						
						... 
						
						
						
						Fixes https://github.com/microsoft/playwright/issues/17179  
						
						
					 
					
						2022-10-19 11:26:19 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							60068a3ac8 
							
						 
					 
					
						
						
							
							feat(chromium): roll to r1030 ( #18142 )  
						
						 
						
						... 
						
						
						
						Signed-off-by: Max Schmitt <max@schmitt.mx>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Max Schmitt <max@schmitt.mx> 
						
						
					 
					
						2022-10-19 08:49:45 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							e325adc42b 
							
						 
					 
					
						
						
							
							feat(firefox): roll to r1359 ( #18171 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-10-19 08:37:52 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							1b541c9932 
							
						 
					 
					
						
						
							
							chore: render typed locators in the trace viewer ( #18166 )  
						
						 
						
						
						
						
					 
					
						2022-10-18 19:23:40 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							739b64a09a 
							
						 
					 
					
						
						
							
							chore: render typed locators in the recorder ( #18162 )  
						
						 
						
						
						
						
					 
					
						2022-10-18 16:39:58 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							304a4ee8ec 
							
						 
					 
					
						
						
							
							chore: migrate to the internal:text selector ( #18135 )  
						
						 
						
						
						
						
					 
					
						2022-10-18 13:09:54 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							928f7c8766 
							
						 
					 
					
						
						
							
							chore: port css parser to ts ( #18134 )  
						
						 
						
						
						
						
					 
					
						2022-10-18 12:44:48 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Pavel Feldman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							64e80f0460 
							
						 
					 
					
						
						
							
							chore: beautify error message ( #18002 )  
						
						 
						
						
						
						
					 
					
						2022-10-18 11:16:47 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Playwright Service 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							8ff2eda16a 
							
						 
					 
					
						
						
							
							feat(webkit): roll to r1727 ( #18138 )  
						
						 
						
						... 
						
						
						
						Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> 
						
						
					 
					
						2022-10-18 08:23:26 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Dmitry Gozman 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							6d363888f2 
							
						 
					 
					
						
						
							
							fix(tracing): do not serialize buffers into the trace file ( #18132 )  
						
						 
						
						... 
						
						
						
						Fixes  #18126 . 
						
						
					 
					
						2022-10-17 16:17:25 -07:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yury Semikhatsky 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							7219a68b12 
							
						 
					 
					
						
						
							
							fix: exception in exposeFunction when oopif detaches ( #18078 )  
						
						 
						
						... 
						
						
						
						The test is racy but it was reliably failing several times in 100
iterations.
Fixes https://github.com/microsoft/playwright/issues/18067  
						
						
					 
					
						2022-10-14 08:37:42 -07:00