DCjanus

Results 47 comments of DCjanus

I'm trying to fix this issue, but I am not familiar enough with this part of the code for now, if you can help me with this issue, that would...

> you're launching 8 different instances of chromium? Each with a new remote-debug-port? Yes, I launch `chromium` via `--remote-debugging-port=0` > you're connecting chromiumoxide::Browser to each of them separately? Yes, and...

I've killed all `chromiumoxide` process, and nothing changed, hang without any error. ![图片](https://user-images.githubusercontent.com/15802727/119431784-c460bf80-bd45-11eb-8ead-3bb10bd239e9.png)

Good to know, I would like to ask my QA partner test again.

Unfortunately, for now, structure of `Route` may hard to impl this feature, I'm not sure how to resolve this issue.

I am not very familiar with chrome driver special protocol, like `/session/{session_id}/goog/cdp/execute`, is there any place that I can find it,

It looks like that `selenium` open a websocket connection to accept `CDP` event, which means we need to introduce a websocket library to `thirtyfour`. Which websocket library would you like...

I really like this idea, but I'm not sure which kind of API should be provided. As I know, HTTP cache control is for applications rather than HTTP clients. For...