Skip to content

brave-experiments/pagegraph-query

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

usage: PageGraph Query [-h] [--version] [--debug]
                       {subframes,validate,requests,scripts,js-calls,elm,html,unknown}
                       ...

Extracts information about a Web page's execution from a PageGraph recordings.

positional arguments:
  {subframes,validate,requests,scripts,js-calls,elm,html,unknown}
    subframes           Print information about subframes created and loaded
                        by page.
    validate            Just runs all validation and structure checks against
                        a graph.
    requests            Print information about requests made during page
                        execution.
    scripts             Print information about JS units executed during page
                        execution.
    js-calls            Print information about JS calls made during page
                        execution.
    elm                 Print information about a node or edge in the graph.
    html                Print information about the HTML elements in a
                        document.
    unknown             Print information about any events that occurred where
                        we could not attribute the script event to a running
                        script. (note this is different from the 'validate'
                        command, which only checks if the structure of the
                        graph is as expected).

options:
  -h, --help            show this help message and exit
  --version             show program's version number and exit
  --debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages