playwright/src/client
2021-02-03 16:01:51 -08:00
..
accessibility.ts feat(types): make our client classes implement public types (#4817) 2020-12-26 17:05:57 -08:00
android.ts fix(electron): return a ChromiumBrowserContext for electron (#4913) 2021-01-13 12:08:14 -08:00
api.ts docs: document electron api (#5229) 2021-02-01 11:43:26 -08:00
browser.ts fix: add parameter to close/crash/disconnected etc events (#5098) 2021-01-22 09:58:31 -08:00
browserContext.ts feat(pause): make page.pause public (#5288) 2021-02-03 16:01:51 -08:00
browserType.ts fix(connect): provide an error message when ws endpoint is incorrect (#4978) 2021-01-11 15:53:45 -08:00
cdpSession.ts feat(types): make our client classes implement public types (#4817) 2020-12-26 17:05:57 -08:00
channelOwner.ts chore: expose adb devices and actions (#4647) 2020-12-09 15:06:57 -08:00
chromiumBrowser.ts feat(types): make our client classes implement public types (#4817) 2020-12-26 17:05:57 -08:00
chromiumBrowserContext.ts fix(electron): return a ChromiumBrowserContext for electron (#4913) 2021-01-13 12:08:14 -08:00
chromiumCoverage.ts feat(types): make our client classes implement public types (#4817) 2020-12-26 17:05:57 -08:00
clientHelper.ts fix: don't parse potentially invalid urls in event handlers (#5090) 2021-01-25 14:49:51 -08:00
connection.ts fix(electron): return a ChromiumBrowserContext for electron (#4913) 2021-01-13 12:08:14 -08:00
consoleMessage.ts feat(types): make our client classes implement public types (#4817) 2020-12-26 17:05:57 -08:00
dialog.ts feat(types): make our client classes implement public types (#4817) 2020-12-26 17:05:57 -08:00
download.ts feat(logs): add wrapApiCall for logging to many api methods (#5093) 2021-01-22 06:49:59 -08:00
electron.ts docs: document electron api (#5229) 2021-02-01 11:43:26 -08:00
elementHandle.ts api: add isChecked method (#4953) 2021-01-08 17:36:17 -08:00
events.ts fix(android): leaking adb socket connections (#4730) 2020-12-15 20:15:25 -08:00
fileChooser.ts feat(logs): add wrapApiCall for logging to many api methods (#5093) 2021-01-22 06:49:59 -08:00
firefoxBrowser.ts feat(types): make our client classes implement public types (#4817) 2020-12-26 17:05:57 -08:00
frame.ts feat(logs): add wrapApiCall for logging to many api methods (#5093) 2021-01-22 06:49:59 -08:00
input.ts feat(types): make our client classes implement public types (#4817) 2020-12-26 17:05:57 -08:00
jsHandle.ts feat(logs): add wrapApiCall for logging to many api methods (#5093) 2021-01-22 06:49:59 -08:00
network.ts fix: add parameter to close/crash/disconnected etc events (#5098) 2021-01-22 09:58:31 -08:00
page.ts feat(pause): make page.pause public (#5288) 2021-02-03 16:01:51 -08:00
playwright.ts chore: expose adb devices and actions (#4647) 2020-12-09 15:06:57 -08:00
selectors.ts feat(types): make our client classes implement public types (#4817) 2020-12-26 17:05:57 -08:00
stream.ts fix(downloads): make path/saveAs work when connected remotely (#3634) 2020-08-26 12:46:30 -07:00
types.ts feat(cli): bring selector generator into playwright (#4795) 2020-12-23 12:44:47 -08:00
video.ts feat(types): make our client classes implement public types (#4817) 2020-12-26 17:05:57 -08:00
waiter.ts feat(logs): add wrapApiCall for logging to many api methods (#5093) 2021-01-22 06:49:59 -08:00
webkitBrowser.ts feat(types): make our client classes implement public types (#4817) 2020-12-26 17:05:57 -08:00
worker.ts feat(logs): add wrapApiCall for logging to many api methods (#5093) 2021-01-22 06:49:59 -08:00