Skip to content

Commit

Permalink
create window: rename to New Window (#1391) (#1392)
Browse files Browse the repository at this point in the history
  • Loading branch information
whimboo authored and andreastt committed Jan 9, 2019
1 parent 52b0238 commit 6cf81b3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -762,7 +762,7 @@ <h3>Endpoints</h3>
<tr>
<td>POST</td>
<td>/session/{<var>session id</var>}/window/new</td>
<td><a>Create Window</a></td>
<td><a>New Window</a></td>
</tr>

<tr>
Expand Down Expand Up @@ -3237,7 +3237,7 @@ <h3><dfn>Get Window Handles</dfn></h3>
</section> <!-- /Get Window Handles -->

<section>
<h3><dfn>Create Window</dfn></h3>
<h3><dfn>New Window</dfn></h3>

<table class="simple jsoncommand">
<tr>
Expand Down Expand Up @@ -3304,7 +3304,7 @@ <h3><dfn>Create Window</dfn></h3>
<li><p>Return <a>success</a> with data <var>result</var>.
</ol>

</section> <!-- /Create Window -->
</section> <!-- /New Window -->

<section>
<h3><dfn>Switch To Frame</dfn></h3>
Expand Down

0 comments on commit 6cf81b3

Please sign in to comment.