playwright/src
2020-05-02 10:57:33 -07:00
..
chromium fix(chromium): do not wait forever for navigations that target another tab/download (#2068) 2020-04-30 21:24:03 -07:00
firefox fix: report new window downloads (#2019) 2020-04-29 18:36:24 -07:00
injected feat(api): remove 'mutation' polling option (#2048) 2020-04-29 21:34:14 -07:00
install feat(install): use shared installation folder by default (#2044) 2020-04-29 18:59:20 -07:00
server feat(registry): implement download registry (#1979) 2020-04-29 17:19:21 -07:00
webkit fix(webkit): make click work with cross-process _blank target (#2083) 2020-05-02 10:57:33 -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 test: simplify pausing tests (#2056) 2020-04-30 14:13:47 -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 feat(api): remove 'mutation' polling option (#2048) 2020-04-29 21:34:14 -07:00
helper.ts fix: throw from eval methods if >1 argument is passed (#2043) 2020-04-29 18:35:04 -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 fix: throw from eval methods if >1 argument is passed (#2043) 2020-04-29 18:35:04 -07:00
screenshotter.ts chore: remove web mode (#1625) 2020-04-01 14:42:47 -07:00
selectors.ts fix(waitForSelector): use raf polling instead of mutation (#2047) 2020-04-29 20:46:42 -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(api): remove 'mutation' polling option (#2048) 2020-04-29 21:34:14 -07:00
usKeyboardLayout.ts doc(keyboard): document Shift+ArrowLeft notation (#1771) 2020-04-14 13:11:02 -07:00