playwright/src
2020-04-29 17:19:21 -07:00
..
chromium feat(input): retry when hit target check fails, prepare for page pause (#2020) 2020-04-29 11:05:23 -07:00
firefox feat(input): retry when hit target check fails, prepare for page pause (#2020) 2020-04-29 11:05:23 -07:00
injected feat(input): retry when hit target check fails, prepare for page pause (#2020) 2020-04-29 11:05:23 -07:00
install feat(registry): implement download registry (#1979) 2020-04-29 17:19:21 -07:00
server feat(registry): implement download registry (#1979) 2020-04-29 17:19:21 -07:00
webkit test: add more pausing tests (#2040) 2020-04-29 16:17:03 -07:00
.eslintrc.js chore(lint): add @typescript-eslint/type-annotation-spacing rule (#897) 2020-02-07 13:36:49 -08:00
accessibility.ts fix(docs): fixup and lint optionals and return values in api.md (#1376) 2020-03-18 16:23:25 -07:00
api.ts feat(logger): introduce context-level logger (#1896) 2020-04-20 23:24:53 -07:00
browser.ts feat(logger): introduce context-level logger (#1896) 2020-04-20 23:24:53 -07:00
browserContext.ts feat(logger): introduce context-level logger (#1896) 2020-04-20 23:24:53 -07:00
console.ts chore(license): use Apache 2.0 (#389) 2020-01-06 18:22:35 -08:00
deviceDescriptors.ts api(devices): extract isMobile/hasTouch from viewport (#1415) 2020-03-17 18:21:02 -07:00
dialog.ts chore: reuse Dialog between browsers (#115) 2019-12-02 11:53:23 -07:00
dom.ts chore: bringing back paused=true 2020-04-29 17:02:24 -07:00
download.ts fix(downloads): fix acceptDownloads complaint (#1777) (#1923) 2020-04-22 17:02:15 -07:00
errors.ts feat(actions): requery the element when it was detached during the action (#1853) 2020-04-18 18:29:31 -07:00
events.ts feat: introduce page.on('crash') event (#1782) 2020-04-15 00:04:35 -07:00
extendedEventEmitter.ts chore: migrate from timeouts to deadlines internally (#1695) 2020-04-07 14:35:34 -07:00
fileChooser.ts api(setInputFiles): introduce page/frame helpers, document, break compat (#1818) 2020-04-16 10:25:28 -07:00
frames.ts api(waitFor): remove waitFor, use specialized wait functions (#1995) 2020-04-27 12:08:29 -07:00
helper.ts chore: read browser revisions off browsers.json (#2009) 2020-04-28 10:37:23 -07:00
hints.ts api(waitFor): remove waitFor, use specialized wait functions (#1995) 2020-04-27 12:08:29 -07:00
input.ts chore(input): refactor keyboard layout, extract pure layout (#1681) 2020-04-11 00:24:17 -07:00
javascript.ts feat(logger): introduce context-level logger (#1896) 2020-04-20 23:24:53 -07:00
logger.ts feat(logger): introduce context-level logger (#1896) 2020-04-20 23:24:53 -07:00
macEditingCommands.ts chore(input): refactor keyboard layout, extract pure layout (#1681) 2020-04-11 00:24:17 -07:00
network.ts feat(logging): introduce logger sink api (#1861) 2020-04-20 07:52:26 -07:00
page.ts feat(input): retry when hit target check fails, prepare for page pause (#2020) 2020-04-29 11:05:23 -07:00
screenshotter.ts chore: remove web mode (#1625) 2020-04-01 14:42:47 -07:00
selectors.ts feat(selectors): allow to capture intermediate result (#1978) 2020-04-27 10:14:09 -07:00
timeoutSettings.ts chore: migrate from timeouts to deadlines internally (#1695) 2020-04-07 14:35:34 -07:00
transport.ts feat(logging): introduce logger sink api (#1861) 2020-04-20 07:52:26 -07:00
types.ts feat(selectors): allow to capture intermediate result (#1978) 2020-04-27 10:14:09 -07:00
usKeyboardLayout.ts doc(keyboard): document Shift+ArrowLeft notation (#1771) 2020-04-14 13:11:02 -07:00