Skip to content

Commit 330a3ef

Browse files
shs96cAutomatedTester
authored andcommitted
Actions: properly release devices from active input sources
Addresses #691.
1 parent d278b97 commit 330a3ef

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

webdriver-spec.html

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2440,6 +2440,8 @@ <h2>Sessions</h2>
24402440
<p>A <a>session</a> has an associated <a>user prompt handler</a>. Unless stated
24412441
otherwise it is <code>null</code>.
24422442

2443+
<p>A <a>session</a> has an associated list of <a>active input sources</a>.
2444+
24432445
<p>A <a>session</a> has an associated <a>input state table</a>.
24442446

24452447
<p>A <a>session</a> has an associated <a>input cancel list</a>.
@@ -5595,6 +5597,9 @@ <h3>Element Send Keys</h3>
55955597
<li><p>Remove <var>keyboard</var> from the <a>current
55965598
session</a>'s <a>input state table</a>
55975599

5600+
<li><p>Remove <var>keyboard</var> from the list of
5601+
<a>active input sources</a>.
5602+
55985603
<li><p>Return <a>success</a> with data <a><code>null</code></a>.
55995604
</ol>
56005605
</section> <!-- Element Send Keys -->
@@ -8132,6 +8137,9 @@ <h2>Release Actions</h2>
81328137
<li><p>Let the <a>current session</a>'s <a>input state table</a> be
81338138
an empty map.
81348139

8140+
<li><p>Let the <a>current session</a>'s <a>active input sources</a>
8141+
be an empty <a>list</a>.
8142+
81358143
<li><p>Return <a>success</a> with data <a><code>null</code></a>.
81368144
</ol>
81378145
</section><!-- /Releasing Actions -->

0 commit comments

Comments
 (0)