Skip to content

Commit f025392

Browse files
andreasttAutomatedTester
authored andcommitted
commands: correct definition of remote end steps
Remote ends steps are run against all types of remote ends, not just browsers.
1 parent 33271cb commit f025392

File tree

1 file changed

+14
-11
lines changed

1 file changed

+14
-11
lines changed

index.html

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -386,22 +386,25 @@ <h3>Algorithms</h3>
386386
the result of calling <code>JSON.</code><a>[[\Parse]]</a>(<var>text</var>).
387387
</section> <!-- /Algorithms -->
388388

389+
389390
<section>
390391
<h3>Commands</h3>
391392

392-
<p>The WebDriver protocol is organised into <a>commands</a>.
393-
Each <a>HTTP request</a> with a method and template defined in this specification
394-
represents a single <dfn data-lt="commands">command</dfn>,
395-
and therefore each command produces a single <a>HTTP response</a>.
396-
In response to a <a>command</a>,
397-
a <a>remote end</a> will run a series of actions against the browser.
398-
399-
<p>Each <a>command</a> defined in this specification
400-
has an associated list of <dfn>remote end steps</dfn>.
401-
This provides the sequence of actions that a <a>remote end</a> takes
402-
when it receives a particular <a>command</a>.
393+
<p>
394+
The WebDriver protocol is organised into <a>commands</a>.
395+
Each <a>HTTP request</a> with a method and template defined in this specification
396+
represents a single <dfn data-lt=commands>command</dfn>,
397+
and therefore each command produces a single <a>HTTP response</a>.
398+
399+
<p>
400+
In response to a <a>command</a>,
401+
a <a>remote end</a> will run a series of actions
402+
known as <dfn>remote end steps</dfn>.
403+
These provide the sequences of actions that a <a>remote end</a> takes
404+
when it receives a particular <a>command</a>.
403405
</section>
404406

407+
405408
<section>
406409
<h3>Processing model</h3>
407410

0 commit comments

Comments
 (0)