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

Change timeZone to time_zone #2

Merged
merged 1 commit into from
Dec 10, 2020
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 source
Original file line number Diff line number Diff line change
Expand Up @@ -116303,17 +116303,17 @@ interface <dfn>External</dfn> {
<tbody>
<tr>
<td>POST
<td><code>/session/<var>{session id}</var>/timeZone</code>
<td><code>/session/<var>{session id}</var>/time_zone</code>
</table>

<p>The <a href="https://w3c.github.io/webdriver/#dfn-remote-end-steps">remote end
steps</a> are:</p>

<ol>
<li><p>Let <var>timeZone</var> be the result of <a
<li><p>Let <var>time_zone</var> be the result of <a
href="https://w3c.github.io/webdriver/#dfn-getting-properties">getting a property</a> named
<code>timeZone</code> from the parameters argument, else let it be <code>null</code>.</p></li>
<li><p>Make <var>timeZone</var> the new session time zone.</p></li>
<code>time_zone</code> from the parameters argument, else let it be <code>null</code>.</p></li>
<li><p>Make <var>time_zone</var> the new session time zone.</p></li>
<li><p>Return <a href="https://w3c.github.io/webdriver/#dfn-success">success</a> with data
<code>null</code>.</p></li>
</ol>
Expand Down