Remote Debugging Protocol: Difference between revisions

Jump to navigation Jump to search
m
Line 69: Line 69:
   { "from":0, "contexts":[<i>context</i>...] }
   { "from":0, "contexts":[<i>context</i>...] }


The 'contexts' property is a list with one element for each top-level browsing context present in the browser. Each <i>context</i> has the following form:
The <tt>contexts</tt> property is a list with one element for each top-level browsing context present in the browser. Each <i>context</i> has the following form:


   { "actor":<i>actor</i>, "title":<i>title</i>, "url":<i>nin/e</i> }
   { "actor":<i>actor</i>, "title":<i>title</i>, "url":<i>url</i> }


<i>actor</i> is the actor representing that top-level browsing context; <i>title</i> is the context's document's title, and <i>url</i> is the context's document's URL.
<i>actor</i> is the actor representing that top-level browsing context; <i>title</i> is the context's document's title, and <i>url</i> is the context's document's URL.
Confirmed users
496

edits

Navigation menu