playwright/packages/playwright-core/src/client
Dmitry Gozman 7c80b77c57
feat(clear): remove clear() methods from all classes except Locator (#18703)
The preferred way is to use the locator, so we should not encourage the
use of `ElementHandle` or `Page` in the new APIs.
2022-11-10 12:29:14 -08:00
..
accessibility.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
android.ts feat(clear): remove clear() methods from all classes except Locator (#18703) 2022-11-10 12:29:14 -08:00
api.ts chore: use utils via index export (4) (#13404) 2022-04-07 14:36:13 -07:00
artifact.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
browser.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
browserContext.ts chore: conditionally dispatch network events (#18687) 2022-11-09 21:10:57 -08:00
browserType.ts feat(android): add Android.{launchServer,connect} (#18263) 2022-10-24 17:23:11 -07:00
cdpSession.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
channelOwner.ts chore: conditionally dispatch network events (#18687) 2022-11-09 21:10:57 -08:00
clientHelper.ts feat(har): introduce urlFilter (#14693) 2022-06-07 18:09:47 -07:00
clientInstrumentation.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
connection.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
consoleMessage.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
coverage.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
DEPS.list chore: make bundles typed (#13620) 2022-04-18 17:50:25 -07:00
dialog.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
download.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
electron.ts chore: allow not overriding media when creating context (#18413) 2022-10-31 09:09:52 -07:00
elementHandle.ts feat(clear): remove clear() methods from all classes except Locator (#18703) 2022-11-10 12:29:14 -08:00
events.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
fetch.ts fix: accept post data params for request.get and request.head (#17566) 2022-09-26 09:28:07 -07:00
fileChooser.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
frame.ts feat(clear): remove clear() methods from all classes except Locator (#18703) 2022-11-10 12:29:14 -08:00
harRouter.ts chore: do not serialize buffers into base64 in local mode (#15316) 2022-07-05 08:58:34 -07:00
input.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
joiningEventEmitter.ts chore: respect event name in removeAllListeners (#15430) 2022-07-06 15:04:27 -07:00
jsHandle.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
jsonPipe.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
localUtils.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
locator.ts chore: use provided value for the generated test id (#18631) 2022-11-08 12:04:43 -08:00
network.ts fix: ignore timing data when request served from memory cache (#17595) 2022-09-26 17:12:47 -07:00
page.ts feat(clear): remove clear() methods from all classes except Locator (#18703) 2022-11-10 12:29:14 -08:00
playwright.ts feat(containers): implement global network tethering for playwright server (#17719) 2022-11-03 13:47:51 -07:00
selectors.ts chore: use provided value for the generated test id (#18631) 2022-11-08 12:04:43 -08:00
stream.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
tracing.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
types.ts chore: allow not overriding media when creating context (#18413) 2022-10-31 09:09:52 -07:00
video.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
waiter.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
worker.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
writableStream.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00