Alex Rudenko

Results 1168 comments of Alex Rudenko

`--incognito` flag is generally flaky for automation and not well supported. We recommend using https://w3c.github.io/webdriver-bidi/#command-browser-createUserContext to create an isolated context.

> Is creating a new user context identical to running in incognito? yes, in Chrome it is an off-the-record profile similar to incognito but you can have multiple. Each user...

@christian-bromann are you sure the args are from the same realm? do you have an executable example to reproduce?

> The channels are still useful for supporting multiple web connections to the same session. In this case, the command's response should be sent only to the websocket the command...

> Not yet, but we don't have any technical limitations to support it. It does not require supporting channels in the events though. I do not think it requires channels...

> > Not yet, but we don't have any technical limitations to support it. It does not require supporting channels in the events though. > > I do not think...

> As a work-around, we can re-map command IDs to unique internal ones. But I don't think it would be any better then using an internal attribute goog:channel. I think...

To support this, we should listen for CDP events on the browserCdpClient and emit the bidi+ event for all external (unknown) session IDs on the mapper server's CDP connection. Alternative...