playwright/src/webkit
Dmitry Gozman 19abc9bd9f
fix(dialogs): let click timeout, log information about dialogs (#2781)
We should not stall selector actions because of dialogs
and properly timeout instead. For this, we should not await
the handle.dispose() call because it will never happen
while dialog is shown.

Also, log information about dialogs to make it easier to debug.
2020-07-01 22:10:37 -07:00
..
protocol.ts chore: generate protocol during browser roll (#2719) 2020-07-01 15:22:29 -07:00
wkAccessibility.ts chore(rpc): implement input, a11y, console (#2722) 2020-06-25 18:01:18 -07:00
wkBrowser.ts fix: follow-up with offline comments on implementation of deprecation (#2770) 2020-06-30 11:02:12 -07:00
wkConnection.ts chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
wkExecutionContext.ts fix(webkit): do not swallow errors when returning by value (#2723) 2020-06-26 09:50:57 -07:00
wkInput.ts chore: move non-trivial types out of types.ts (#2680) 2020-06-23 14:51:06 -07:00
wkInterceptableRequest.ts chore(rpc): pass more network tests (#2762) 2020-06-29 16:37:38 -07:00
wkPage.ts fix(dialogs): let click timeout, log information about dialogs (#2781) 2020-07-01 22:10:37 -07:00
wkProvisionalPage.ts fix(webkit): do not swallow init errors (#2242) 2020-05-14 15:43:23 -07:00
wkWorkers.ts chore: simplify logging a bit (#2512) 2020-06-09 16:11:17 -07:00