Skip to content

Commit

Permalink
Handling Errors: improve description for invalid session id
Browse files Browse the repository at this point in the history
Signed-off-by: AutomatedTester <dburns@mozilla.com>
  • Loading branch information
andreastt authored and AutomatedTester committed Aug 3, 2015
1 parent 017bc52 commit 0a4b8a3
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions webdriver-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -869,9 +869,8 @@ <h3>Handling Errors</h3>
<td><dfn>invalid session id</dfn>
<td>404
<td><code>invalid session id</code>
<td>The <a>session</a> with the <a>session id</a> does not exist.
This could be either from the session being quit
or the <a>session id</a> passed in is not currently active.
<td>Occurs if the given <a>session id</a> is not in the list of <a>active sessions</a>,
meaning the <a>session</a> either does not exist or that it’s not active.
</tr>

<tr>
Expand Down

0 comments on commit 0a4b8a3

Please sign in to comment.