playwright/src
2020-05-28 14:38:47 -07:00
..
chromium chore: follow up to address evaluation review comments (#2380) 2020-05-27 22:19:05 -07:00
debug feat(debug): expose playwright object in console (#2365) 2020-05-27 22:16:54 -07:00
firefox fix: support event source type in firefox (#2390) 2020-05-28 14:38:47 -07:00
injected chore: follow up to address evaluation review comments (#2380) 2020-05-27 22:19:05 -07:00
install chore: optionally create downloads folder (#2188) 2020-05-11 14:42:13 -07:00
server feat: make browserServer.kill() wait for the process to exit (#2375) 2020-05-27 19:59:03 -07:00
webkit fix: support event source type in firefox (#2390) 2020-05-28 14:38: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 feat(logger): introduce context-level logger (#1896) 2020-04-20 23:24:53 -07:00
browser.ts feat(default context): support selected options for default context (#2177) 2020-05-21 15:13:16 -07:00
browserContext.ts feat(debug): expose playwright object in console (#2365) 2020-05-27 22:16:54 -07:00
console.ts fix(evaluate): consistently serialize json values (#2377) 2020-05-27 17:19:05 -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 chore: follow up to address evaluation review comments (#2380) 2020-05-27 22:19:05 -07:00
download.ts feat(downloads): expose suggested filename (#2062) 2020-05-12 19:23:08 -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 fix: less confusing error message (#2305) 2020-05-19 17:47:46 -07:00
helper.ts chore: move debug-related code to src/debug (#2309) 2020-05-26 14:08:32 -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 chore: follow up to address evaluation review comments (#2380) 2020-05-27 22:19:05 -07:00
logger.ts chore: further unify launching and connection (#2320) 2020-05-21 09:43:10 -07:00
macEditingCommands.ts chore(input): refactor keyboard layout, extract pure layout (#1681) 2020-04-11 00:24:17 -07:00
network.ts feat: Request.postDataJSON (#2368) 2020-05-27 18:43:49 -07:00
page.ts feat(click): retry when the element it outside of the viewport (#2330) 2020-05-22 11:15:57 -07:00
screenshotter.ts fix(screenshot): use innerW/H instead of offsetW/H to determine viewport size (#2229) 2020-05-13 20:53:11 -07:00
selectors.ts feat(debug): expose playwright object in console (#2365) 2020-05-27 22:16:54 -07:00
timeoutSettings.ts feat(debug): when debugging, use zero as default timeout (#2362) 2020-05-27 13:25:57 -07:00
transport.ts chore: further unify launching and connection (#2320) 2020-05-21 09:43:10 -07:00
types.ts chore: refactor injected script harness (#2259) 2020-05-15 15:21:49 -07:00
usKeyboardLayout.ts doc(keyboard): document Shift+ArrowLeft notation (#1771) 2020-04-14 13:11:02 -07:00
utilityScriptSerializers.ts chore: follow up to address evaluation review comments (#2380) 2020-05-27 22:19:05 -07:00