Closed fafnirbcrow closed 6 years ago
Eh... they have apparently killed Target.createBrowserContext
on Android and the reason escapes me.
You can workaround by passing the -k, --cache
option but you won't have the usual cache/dns isolation.
Asked in the Google Group.
I'm quoting the reply from the Google Group:
Target.createBrowserContext
has been implemented in headless embedder for a while. However, headful implementation was added only in Chrome 68: https://crrev.com/553323
Eh... they have apparently killed Target.createBrowserContext on Android and the reason escapes me.
This is wrong.
Is Chrome running in a container? NO
So having a issue similar to https://github.com/cyrus-and/chrome-remote-interface/issues/332 and am able to get past the socket hang up/protocol local issue.
Once through that however, I am getting 'Not supported' as an error message, and the program does not exit.
I am using the force option on the run also, as thinking that may be related, but it did not solve the problem.
For my command line run, I just simplified the CLI version a hair, attached below