playwright/src
2020-06-19 17:14:32 -07:00
..
chromium fix(cors): allow intercepting cors requests on chromium (#2643) 2020-06-19 17:14:32 -07:00
cli test(recorder): add recorder sanity tests (#2582) 2020-06-16 10:15:08 -07:00
common chore: form the debug script for authoring hints / helpers (#2551) 2020-06-11 18:18:33 -07:00
debug test(recorder): add recorder sanity tests (#2582) 2020-06-16 10:15:08 -07:00
firefox test: add another test for browserContext.addInitScript (#2285) 2020-06-18 12:27:48 -07:00
injected fix(css selector): handle missing spaces between [] and > (#2612) 2020-06-17 23:20:12 -07:00
install feat(install/download-hosts): allow multiple per browser (#2452) 2020-06-18 11:20:43 -07:00
server chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
utils chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
webkit fix(network): disallow intercepting redirects (#2617) 2020-06-18 17:15:47 -07:00
.eslintrc.js chore(lint): add @typescript-eslint/type-annotation-spacing rule (#897) 2020-02-07 13:36:49 -08:00
accessibility.ts chore: restore copyright for SerializedAXNode type 2020-05-12 15:33:51 -07:00
api.ts chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
browser.ts chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
browserContext.ts chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
console.ts feat(debug): generate preview for ElementHandle (#2549) 2020-06-12 11:10:18 -07: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 fix(scrollIntoView): ensure similar behavior across browsers, handle errors (#2599) 2020-06-17 10:48:07 -07:00
download.ts feat(downloads): expose suggested filename (#2062) 2020-05-12 19:23:08 -07:00
errors.ts chore: explicitly plumb various errors through the retries (#2554) 2020-06-12 14:59:26 -07:00
events.ts feat: introduce page.on('crash') event (#1782) 2020-04-15 00:04:35 -07:00
fileChooser.ts api(setInputFiles): introduce page/frame helpers, document, break compat (#1818) 2020-04-16 10:25:28 -07:00
frames.ts chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
helper.ts test(recorder): add recorder sanity tests (#2582) 2020-06-16 10:15:08 -07:00
input.ts chore(input): refactor keyboard layout, extract pure layout (#1681) 2020-04-11 00:24:17 -07:00
javascript.ts feat(debug): generate preview for ElementHandle (#2549) 2020-06-12 11:10:18 -07:00
logger.ts chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
macEditingCommands.ts chore(input): refactor keyboard layout, extract pure layout (#1681) 2020-04-11 00:24:17 -07:00
network.ts fix(network): disallow intercepting redirects (#2617) 2020-06-18 17:15:47 -07:00
page.ts fix(cors): allow intercepting cors requests on chromium (#2643) 2020-06-19 17:14:32 -07:00
progress.ts chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
screenshotter.ts fix(chromium): do not bring page to front before screenshot (#2614) 2020-06-18 10:52:08 -07:00
selectors.ts feat(debug): generate preview for ElementHandle (#2549) 2020-06-12 11:10:18 -07:00
timeoutSettings.ts chore: form the debug script for authoring hints / helpers (#2551) 2020-06-11 18:18:33 -07:00
transport.ts chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
types.ts chore(logs): rework logs for simplicity (#2592) 2020-06-16 17:11:19 -07:00
usKeyboardLayout.ts doc(keyboard): document Shift+ArrowLeft notation (#1771) 2020-04-14 13:11:02 -07:00