DCjanus
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. 
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.
Sounds good to me.
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...
That sounds good to me
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...