playwright/src/rpc
Dmitry Gozman 58fc6b4003
chore: align some server-side methods with rpc calls (#3504)
- Never write to console on the server side - we use stdout for
  communication. This includes logPolitely and deprecate.
- Pass undefined instead of null in some BrowserContext methods.
- Use explicit _setFileChooserIntercepted instead of on/off magic.
2020-08-17 16:19:21 -07:00
..
client chore: align some server-side methods with rpc calls (#3504) 2020-08-17 16:19:21 -07:00
server chore: align some server-side methods with rpc calls (#3504) 2020-08-17 16:19:21 -07:00
browserServerImpl.ts chore: cleanup more non-rpc code (#3471) 2020-08-14 13:19:12 -07:00
channels.ts api: introduce ElementHandle.waitForSelector (#3452) 2020-08-14 14:47:24 -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: introduce ElementHandle.waitForSelector (#3452) 2020-08-14 14:47:24 -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: introduce ElementHandle.waitForSelector (#3452) 2020-08-14 14:47:24 -07:00
validatorPrimitives.ts feat(rpc): introduce JSON type in the protocol for arbitrary blobs (#3367) 2020-08-10 11:20:32 -07:00