playwright/src/server/supplements/recorder
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
..
codeGenerator.ts fix(codegen): do not commit last action on mouse move (#6252) 2021-04-20 18:45:52 -07:00
csharp.ts infra(channel): wire release channel to all tests (#5820) 2021-03-15 08:07:57 -07:00
java.ts infra(channel): wire release channel to all tests (#5820) 2021-03-15 08:07:57 -07:00
javascript.ts fix: update codegen to produce set* instead of with* (#5738) 2021-03-05 14:05:48 -08:00
language.ts chore: simplify code generation (#5466) 2021-02-16 18:13:26 -08:00
python.ts chore: simplify code generation (#5466) 2021-02-16 18:13:26 -08:00
recorderActions.ts feat(inspector): allow selecting file (#5483) 2021-02-17 14:05:41 -08:00
recorderApp.ts fix(inspector): fall back to custom executable path for UI (#6214) 2021-04-16 15:19:44 -07:00
recorderTypes.ts chore: unify recorder & tracer uis (#5791) 2021-03-11 11:22:59 -08:00
recorderUtils.ts chore: unify recorder & tracer uis (#5791) 2021-03-11 11:22:59 -08:00
utils.ts feat(codegen): prefer frame name over url when unique (#5175) 2021-01-27 13:19:36 -08:00