Skip to content

Commit 7973df4

Browse files
committed
Add a capability for returning the main PID of the browser
1 parent 7a23ea0 commit 7973df4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

index.html

+10
Original file line numberDiff line numberDiff line change
@@ -1578,6 +1578,13 @@ <h2>Capabilities</h2>
15781578
<td>string
15791579
<td>Identifies the <a>default User-Agent value</a> of the <a>endpoint node</a>.
15801580
</tr>
1581+
1582+
<tr>
1583+
<td>ProcessID
1584+
<td>"<code>processID</code>"
1585+
<td>string
1586+
<td>Identifies the main process ID of the <a>endpoint node</a>.
1587+
</tr>
15811588
</table>
15821589

15831590
<section>
@@ -2009,6 +2016,9 @@ <h3>Processing capabilities</h3>
20092016

20102017
<dt>"<code>userAgent</code>"
20112018
<dd>String containing the <a>default User-Agent value</a>.
2019+
2020+
<dt>"<code>processID</code>"
2021+
<dd>The main PID of the user agent as a <a>number<a>.
20122022
</dl>
20132023

20142024
<li><p>If <var>flags</var> contains "<code>http</code>", add the

0 commit comments

Comments
 (0)