@@ -343,7 +343,7 @@ <h3>Algorithms</h3>
343
343
344
344
< p > Where algorithms that return values are fallible,
345
345
they are written in terms of returning either
346
- < dfn > success</ dfn > or < dfn data-lt =errors > error</ dfn > .
346
+ < dfn class =" export " data-local-lt =" success " > WebDriver success</ dfn > (success) or < dfn data-local- lt =" error " class =" export " > WebDriver error</ dfn > (error) .
347
347
A < a > success</ a > value has an associated < var > data</ var > field
348
348
which encapsulates the value returned,
349
349
whereas an < a > error</ a > response has an associated < a > error code</ a > .
@@ -400,7 +400,7 @@ <h3>Commands</h3>
400
400
< p >
401
401
In response to a < a > command</ a > ,
402
402
a < a > remote end</ a > will run a series of actions
403
- known as < dfn > remote end steps</ dfn > .
403
+ known as < dfn class =" export " > remote end steps</ dfn > .
404
404
These provide the sequences of actions that a < a > remote end</ a > takes
405
405
when it receives a particular < a > command</ a > .
406
406
</ section >
@@ -1090,7 +1090,7 @@ <h3>Errors</h3>
1090
1090
}</ code > </ pre >
1091
1091
</ aside >
1092
1092
1093
- < p > The following table lists each < dfn > error code</ dfn > ,
1093
+ < p > The following table lists each < dfn data-local-lt =" error code " > WebDriver error code</ dfn > ,
1094
1094
its associated < a > HTTP status</ a > ,
1095
1095
JSON < code > error</ code > code,
1096
1096
and a non-normative description of the error.
@@ -1134,7 +1134,7 @@ <h3>Errors</h3>
1134
1134
which is usually the result of an expired or invalid TLS certificate.
1135
1135
1136
1136
< tr >
1137
- < td > < dfn > invalid argument</ dfn >
1137
+ < td > < dfn class =" export " data-local-lt =" invalid argument " > WebDriver invalid argument</ dfn >
1138
1138
< td > 400
1139
1139
< td > < code > invalid argument</ code >
1140
1140
< td > The arguments passed to a < a > command</ a >
@@ -1344,12 +1344,12 @@ <h3>Extensions</h3>
1344
1344
features.
1345
1345
1346
1346
< p > Commands defined in this way
1347
- are called < dfn data-lt ="extension command " > extension commands</ dfn >
1347
+ are called < dfn class =" export " data-local- lt ="extension commands " > WebDriver extension commands</ dfn >
1348
1348
and behave no differently than other < a > commands</ a > ;
1349
1349
each has a dedicated HTTP endpoint and a set of < a > remote end steps</ a > .
1350
1350
1351
1351
< p > Each < a > extension command</ a > has an associated
1352
- < dfn > extension command URI Template</ dfn >
1352
+ < dfn class =" export " > extension command URI Template</ dfn >
1353
1353
that is a < a > URI Template</ a > string,
1354
1354
and which should bear some resemblance to what the command performs.
1355
1355
This value,
@@ -2146,7 +2146,7 @@ <h2>Sessions</h2>
2146
2146
and allowing sessions to be routed via a multiplexer
2147
2147
(known as an < a > intermediary node</ a > ).
2148
2148
2149
- < p > A WebDriver < dfn data-lt ="sessions " > session</ dfn > represents
2149
+ < p > A < dfn class =" export " data-local- lt ="session " > WebDriver session</ dfn > represents
2150
2150
the < a > connection</ a > between a < a > local end</ a > and a specific < a > remote end</ a > .
2151
2151
2152
2152
< p > A < a > session</ a > is started when
0 commit comments