Skip to content
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
8 changes: 4 additions & 4 deletions webdriver-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ <h3>List of Endpoints</h3>
<tr>
<td>POST</td>
<td>/session/{<var>session id</var>}/url</td>
<td><a>Go</a></td>
<td><a>Navigate</a></td>
</tr>

<tr>
Expand Down Expand Up @@ -3180,7 +3180,7 @@ <h2>Navigation</h2>
</dl>

<section>
<h3>Go</h3>
<h3>Navigate</h3>

<table class="simple jsoncommand">
<tr>
Expand All @@ -3193,7 +3193,7 @@ <h3>Go</h3>
</tr>
</table>

<p>The <dfn>Go</dfn> <a>command</a> is used
<p>The <dfn>Navigate</dfn> <a>command</a> is used
to cause the user agent to <a>navigate</a>
the <a>current top-level browsing context</a> a new location.

Expand Down Expand Up @@ -3277,7 +3277,7 @@ <h3>Go</h3>
</blockquote>
</div>

</section> <!-- /Go -->
</section> <!-- /Navigate -->

<section>
<h3>Get Current URL</h3>
Expand Down