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. |
||
|---|---|---|
| .. | ||
| codeGenerator.ts | ||
| csharp.ts | ||
| java.ts | ||
| javascript.ts | ||
| language.ts | ||
| python.ts | ||
| recorderActions.ts | ||
| recorderApp.ts | ||
| recorderTypes.ts | ||
| recorderUtils.ts | ||
| utils.ts | ||