Skip to content

Question about the syntax changes on the cli #7

@gonssal

Description

@gonssal

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.fql and ferret exec --runtime http://127.0.0.1:9222 --browser-headless script.fql, returns HTML code with title Headless remote debugging

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions