playwright/src/firefox
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
..
ffAccessibility.ts chore(rpc): implement input, a11y, console (#2722) 2020-06-25 18:01:18 -07:00
ffBrowser.ts fix: follow-up with offline comments on implementation of deprecation (#2770) 2020-06-30 11:02:12 -07:00
ffConnection.ts chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
ffExecutionContext.ts chore: form the debug script for authoring hints / helpers (#2551) 2020-06-11 18:18:33 -07:00
ffInput.ts chore: move non-trivial types out of types.ts (#2680) 2020-06-23 14:51:06 -07:00
ffNetworkManager.ts chore(rpc): pass more network tests (#2762) 2020-06-29 16:37:38 -07:00
ffPage.ts fix(dialogs): let click timeout, log information about dialogs (#2781) 2020-07-01 22:10:37 -07:00
protocol.ts fix(navigation): ensure that goBack/goForward work with file urls (#2792) 2020-07-01 19:17:27 -07:00