playwright/src/rpc/client
Dmitry Gozman 18292325b6
api: add waitForElementState('disabled') (#3537)
Allows waiting for the element to be disabled.
2020-08-19 17:20:10 -07:00
..
accessibility.ts feat(rpc): do not use server types and events in rpc/client (#3219) 2020-07-29 17:26:59 -07:00
api.ts chore: remove logger infrastructure from server side (#3487) 2020-08-17 14:12:31 -07:00
browser.ts chore: use HeadersArray instead of Headers object on the server side (#3512) 2020-08-18 15:38:29 -07:00
browserContext.ts chore: remove more paths and url matches from the server side (#3528) 2020-08-19 13:27:58 -07:00
browserType.ts chore: use HeadersArray instead of Headers object on the server side (#3512) 2020-08-18 15:38:29 -07:00
cdpSession.ts feat(rpc): introduce JSON type in the protocol for arbitrary blobs (#3367) 2020-08-10 11:20:32 -07:00
channelOwner.ts chore: remove logger infrastructure from server side (#3487) 2020-08-17 14:12:31 -07:00
chromiumBrowser.ts feat(rpc): ensure that error stack traces point to the user code (#2961) 2020-07-16 14:32:21 -07:00
chromiumBrowserContext.ts feat(rpc): do not use server types and events in rpc/client (#3219) 2020-07-29 17:26:59 -07:00
chromiumCoverage.ts feat(rpc): do not use server types and events in rpc/client (#3219) 2020-07-29 17:26:59 -07:00
clientHelper.ts chore: remove more paths and url matches from the server side (#3528) 2020-08-19 13:27:58 -07:00
connection.ts chore: remove logger infrastructure from server side (#3487) 2020-08-17 14:12:31 -07:00
consoleMessage.ts chore: remove unused methods from server side (#3502) 2020-08-17 14:36:51 -07:00
dialog.ts feat(rpc): ensure that error stack traces point to the user code (#2961) 2020-07-16 14:32:21 -07:00
download.ts api(download): Add saveAs helper (#2872) 2020-07-22 14:55:27 -07:00
electron.ts chore: align more server-side options with rpc protocol (#3506) 2020-08-18 09:37:40 -07:00
elementHandle.ts api: add waitForElementState('disabled') (#3537) 2020-08-19 17:20:10 -07:00
events.ts feat(rpc): do not use server types and events in rpc/client (#3219) 2020-07-29 17:26:59 -07:00
fileChooser.ts feat(rpc): do not use server types and events in rpc/client (#3219) 2020-07-29 17:26:59 -07:00
firefoxBrowser.ts feat(rpc): align class names with api docs (#3164) 2020-07-26 21:27:09 -07:00
frame.ts chore: remove more paths and url matches from the server side (#3528) 2020-08-19 13:27:58 -07:00
input.ts feat(rpc): do not use server types and events in rpc/client (#3219) 2020-07-29 17:26:59 -07:00
jsHandle.ts chore: remove unused methods from server side (#3502) 2020-08-17 14:36:51 -07:00
network.ts chore: use HeadersArray instead of Headers object on the server side (#3512) 2020-08-18 15:38:29 -07:00
page.ts chore: remove more paths and url matches from the server side (#3528) 2020-08-19 13:27:58 -07:00
playwright.ts feat(rpc): do not use server types and events in rpc/client (#3219) 2020-07-29 17:26:59 -07:00
selectors.ts chore: remove more paths and url matches from the server side (#3528) 2020-08-19 13:27:58 -07:00
stream.ts feat(rpc): return objects for every protocol command (#2950) 2020-07-14 18:26:50 -07:00
types.ts feat(rpc): use rpc protocol for browserType.connect (#3380) 2020-08-13 13:24:49 -07:00
waiter.ts fix(misc): assorted fixes (#3031) 2020-07-21 23:48:21 -07:00
webkitBrowser.ts feat(rpc): align class names with api docs (#3164) 2020-07-26 21:27:09 -07:00
worker.ts chore: remove unused methods from server side (#3502) 2020-08-17 14:36:51 -07:00