playwright/src/client
Dmitry Gozman 884edbb3ee
fix(channels): only send protocol methods to connection (#4493)
When using 'domain' module, it calls various EventEmitter methods
like 'listenerCount' that we do not expect. To avoid this problem
in the future, we validate the method name before sending it over
the protocol connection.
2020-11-26 07:33:09 -08:00
..
accessibility.ts chore: use channels as a namespace in client code (#3608) 2020-08-24 17:05:16 -07:00
api.ts feat(websocket): implement Web Sockets for Chromium & WebKit (#4234) 2020-10-26 22:20:43 -07:00
browser.ts api(videos): introduce a single recordVideo option bag (#4309) 2020-11-02 19:42:05 -08:00
browserContext.ts feat(state): allow getting / setting context state (#4412) 2020-11-13 14:24:53 -08:00
browserType.ts api(videos): introduce a single recordVideo option bag (#4309) 2020-11-02 19:42:05 -08:00
cdpSession.ts chore: use channels as a namespace in client code (#3608) 2020-08-24 17:05:16 -07:00
channelOwner.ts fix(channels): only send protocol methods to connection (#4493) 2020-11-26 07:33:09 -08:00
chromiumBrowser.ts chore: move src/rpc/client to src/client (#3581) 2020-08-22 15:13:51 -07:00
chromiumBrowserContext.ts chore: use channels as a namespace in client code (#3608) 2020-08-24 17:05:16 -07:00
chromiumCoverage.ts chore: use channels as a namespace in client code (#3608) 2020-08-24 17:05:16 -07:00
clientHelper.ts chore: move src/rpc/client to src/client (#3581) 2020-08-22 15:13:51 -07:00
connection.ts fix(channels): only send protocol methods to connection (#4493) 2020-11-26 07:33:09 -08:00
consoleMessage.ts chore: remove trace viewer (#3869) 2020-09-14 07:56:04 -07:00
dialog.ts chore: use channels as a namespace in client code (#3608) 2020-08-24 17:05:16 -07:00
download.ts feat(browserContext): add BrowserContext.browser() (#3849) 2020-09-14 07:50:47 -07:00
electron.ts chore: use channels as a namespace in client code (#3608) 2020-08-24 17:05:16 -07:00
elementHandle.ts fix(screenshot): prioritize passed type over the extension mime (#4251) 2020-10-27 00:02:35 -07:00
events.ts feat(websocket): implement Web Sockets for Chromium & WebKit (#4234) 2020-10-26 22:20:43 -07:00
fileChooser.ts chore: use channels as a namespace in client code (#3608) 2020-08-24 17:05:16 -07:00
firefoxBrowser.ts chore: move src/rpc/client to src/client (#3581) 2020-08-22 15:13:51 -07:00
frame.ts feat: tap (#4097) 2020-10-19 10:07:33 -07:00
input.ts feat: tap (#4097) 2020-10-19 10:07:33 -07:00
jsHandle.ts chore: use channels as a namespace in client code (#3608) 2020-08-24 17:05:16 -07:00
network.ts fix(protocol): rename websocket error event to socketerror (#4495) 2020-11-19 12:09:42 -08:00
page.ts fix(websocket): remove "skip frames" logic (#4435) 2020-11-13 14:03:21 -08:00
playwright.ts chore: add adb-based connectivity (#4375) 2020-11-06 16:31:11 -08:00
selectors.ts add type for selector engine (#4174) 2020-10-18 23:00:28 -07:00
stream.ts fix(downloads): make path/saveAs work when connected remotely (#3634) 2020-08-26 12:46:30 -07:00
types.ts feat(state): allow getting / setting context state (#4412) 2020-11-13 14:24:53 -08:00
video.ts api(videos): introduce a single recordVideo option bag (#4309) 2020-11-02 19:42:05 -08:00
waiter.ts chore: introduce evaluateInUtility private api (#3907) 2020-09-16 16:07:49 -07:00
webkitBrowser.ts chore: move src/rpc/client to src/client (#3581) 2020-08-22 15:13:51 -07:00
worker.ts chore: use channels as a namespace in client code (#3608) 2020-08-24 17:05:16 -07:00