playwright/src
Dmitry Gozman 06b0619260
fix(codegen): do not commit last action on mouse move (#6252)
On a slow page that does a lot of things before navigating upon click,
it is common to move mouse away from the click point. Previously,
we would commit the click action and record a `page.goto()` for the
navigation. Now we attribute any signals, even after accidental mouse move,
to the previous action, in the 5-seconds time window.
2021-04-20 18:45:52 -07:00
..
cli feat: start downloading firefox-stable channel (#6177) 2021-04-19 21:26:33 -07:00
client feat(waitForEvent): allow async predicate (#6201) 2021-04-19 10:32:51 -07:00
common chore: pass parsed stack in metainfo (#5407) 2021-02-10 18:52:28 -08:00
dispatchers chore: render wait for on trace timeline (#6222) 2021-04-18 20:02:34 -07:00
install fix: host dependency validation (#6227) 2021-04-20 18:54:53 +02:00
protocol feat: start downloading firefox-stable channel (#6177) 2021-04-19 21:26:33 -07:00
remote fix(server): disconnect ws clients on server close (#6215) 2021-04-16 17:07:56 -07:00
server fix(codegen): do not commit last action on mouse move (#6252) 2021-04-20 18:45:52 -07:00
third_party/highlightjs feat(java): implement codegen (#5692) 2021-03-03 14:32:09 -08:00
utils feat(debug): PWDEBUG=console vs PWDEBUG=inspector (#6213) 2021-04-20 15:58:34 -07:00
web chore(tracing): render error snapshot as Action (#6241) 2021-04-20 00:19:17 -07:00
.eslintrc.js chore(lint): add @typescript-eslint/type-annotation-spacing rule (#897) 2020-02-07 13:36:49 -08:00
browserServerImpl.ts chore: simplify remote connection protocol (#6164) 2021-04-12 11:14:54 -07:00
inprocess.ts chore: simplify remote connection protocol (#6164) 2021-04-12 11:14:54 -07:00
nativeDeps.ts fix(deps): added missing unicode and emoji dependencies (#6039) 2021-04-01 17:54:19 -07:00
outofprocess.ts test: add basic end-to-end driver test (#5426) 2021-02-12 09:05:32 -08:00