Skip to content

Rename Go to Navigate #1040

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
Aug 23, 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
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