-
Notifications
You must be signed in to change notification settings - Fork 1
/
README.txt
31 lines (28 loc) · 1.52 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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