playwright/src/rpc
Dmitry Gozman 18292325b6
api: add waitForElementState('disabled') (#3537)
Allows waiting for the element to be disabled.
2020-08-19 17:20:10 -07:00
..
client api: add waitForElementState('disabled') (#3537) 2020-08-19 17:20:10 -07:00
server api: add waitForElementState('disabled') (#3537) 2020-08-19 17:20:10 -07:00
browserServerImpl.ts chore: merge Browser{Context,}Base into Browser{Context,} (#3524) 2020-08-19 10:31:59 -07:00
channels.ts api: add waitForElementState('disabled') (#3537) 2020-08-19 17:20:10 -07:00
client.ts feat(rpc): align types/guids in the protocol with their pdl definition (#3079) 2020-07-22 10:37:21 -07:00
inprocess.ts chore: remove apiName plumbing and some unused methods from server side (#3481) 2020-08-14 18:25:32 -07:00
protocol.yml api: add waitForElementState('disabled') (#3537) 2020-08-19 17:20:10 -07:00
serializers.ts feat(rpc): do not use server types and events in rpc/client (#3219) 2020-07-29 17:26:59 -07:00
server.ts chore: remove apiName plumbing and some unused methods from server side (#3481) 2020-08-14 18:25:32 -07:00
transport.ts feat(rpc): run rpc tests in-process and out-of-process (#2929) 2020-07-13 15:00:20 -07:00
validator.ts api: add waitForElementState('disabled') (#3537) 2020-08-19 17:20:10 -07:00
validatorPrimitives.ts feat(rpc): introduce JSON type in the protocol for arbitrary blobs (#3367) 2020-08-10 11:20:32 -07:00