Skip to content

Commit

Permalink
Bug 29073: Update execute async script url to be consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Aug 24, 2015
1 parent e4b00ce commit 769df70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webdriver-spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -667,7 +667,7 @@ <h3>List of Endpoints</h3>

<tr>
<td>POST</td>
<td>/session/{session id}/execute_async</td>
<td>/session/{session id}/execute/async</td>
<td><a>Execute Async Script</a></td>
</tr>

Expand Down Expand Up @@ -3967,7 +3967,7 @@ <h3>Execute Async Script</h3>
</tr>
<tr>
<td>POST</td>
<td>/session/{session id}/execute_async</td>
<td>/session/{session id}/execute/async</td>
</tr>
</table>

Expand Down

1 comment on commit 769df70

@gsnedders
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should actually be https://www.w3.org/Bugs/Public/show_bug.cgi?id=29072, rather than 29073.

Please sign in to comment.