@@ -386,22 +386,25 @@ <h3>Algorithms</h3>
386
386
the result of calling < code > JSON.</ code > < a > [[\Parse]]</ a > (< var > text</ var > ).
387
387
</ section > <!-- /Algorithms -->
388
388
389
+
389
390
< section >
390
391
< h3 > Commands</ h3 >
391
392
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 > .
403
405
</ section >
404
406
407
+
405
408
< section >
406
409
< h3 > Processing model</ h3 >
407
410
0 commit comments