Skip to content

Account for any session-independent commands #956

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 21, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions webdriver-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -889,12 +889,15 @@ <h3>Processing Model</h3>
<p>Otherwise, let <var>command</var> and <var>url variables</var>
be <var>request match</var>’s data.

<li><p>Let <var>session id</var> be the corresponding variable
from <var>url variables</var>.
<li><p>If <var>session id</var> is among the variables defined by <var>url variables</var>:

<li><p>If <var>command</var> is not <a>New Session</a>:
<p class=note>This condition is intended to exclude the <a>New Session</a> and <a>Status</a>
<a>commands</a> and any <a>extension commands</a> which do not operate on a particular <a>session</a>.

<ol>
<li><p>Let <var>session id</var> be the corresponding variable
from <var>url variables</var>.

<li><p>Let the <a>current session</a> be the <a>session</a>
with <a data-lt="session id">ID</a> <var>session id</var> in the
list of <a>active sessions</a>, or <a><code>null</code></a> if
Expand Down