-
-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
With the old cli, you could run ferret --cdp http://127.0.0.1:9222 script.fql and it would work without problem. What is the equivalent command with the latest cli version? I tried the following:
ferret exec --browser-headless --browser-address http://127.0.0.1:9222 script.fql, errs with not supported: CLICK(...)ferret exec --browser-address http://127.0.0.1:9222 script.fql, errs with not supported: CLICK(...)ferret exec --runtime http://127.0.0.1:9222 script.fqlandferret exec --runtime http://127.0.0.1:9222 --browser-headless script.fql, returns HTML code with title Headless remote debugging
Metadata
Metadata
Assignees
Labels
No labels