Skip to content
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

Show URI Template directly for generate_test_report WebDriver command #150

Merged
merged 1 commit into from
Feb 12, 2019
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
11 changes: 4 additions & 7 deletions index.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,9 +120,8 @@ <h1>Reporting API</h1>
text: current browsing context; url: dfn-current-browsing-context
text: WebDriver error; url: dfn-error
text: WebDriver error code; url: dfn-error-code
text: extension command; url: dfn-extension-commands
text: extension command name; url: dfn-extension-command-name
text: extension command prefix; url: dfn-extension-command-prefix
text: extension command; url: dfn-extension-command
text: extension command uri template; url: dfn-extension-command-uri-template
text: invalid argument; url: dfn-invalid-argument
text: local end; url: dfn-local-end
text: remote end steps; url: dfn-remote-end-steps
Expand Down Expand Up @@ -1464,13 +1463,11 @@ <h3 id="generate-test-report-command">Generate Test Report</h3>
<tbody>
<tr>
<th>HTTP Method</th>
<th><a lt="extension command prefix">Prefix</a></th>
<th><a lt="extension command name">Name</a></th>
<th><a lt="extension command uri template">URI Template</a></th>
</tr>
<tr>
<td>`POST`</td>
<td>`/session/{session id}/reporting`</td>
<td>`generate_test_report`</td>
<td>`/session/{session id}/reporting/generate_test_report`</td>
</tr>
</tbody>
</table>
Expand Down