File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -2440,6 +2440,8 @@ <h2>Sessions</h2>
2440
2440
< p > A < a > session</ a > has an associated < a > user prompt handler</ a > . Unless stated
2441
2441
otherwise it is < code > null</ code > .
2442
2442
2443
+ < p > A < a > session</ a > has an associated list of < a > active input sources</ a > .
2444
+
2443
2445
< p > A < a > session</ a > has an associated < a > input state table</ a > .
2444
2446
2445
2447
< p > A < a > session</ a > has an associated < a > input cancel list</ a > .
@@ -5595,6 +5597,9 @@ <h3>Element Send Keys</h3>
5595
5597
< li > < p > Remove < var > keyboard</ var > from the < a > current
5596
5598
session</ a > 's < a > input state table</ a >
5597
5599
5600
+ < li > < p > Remove < var > keyboard</ var > from the list of
5601
+ < a > active input sources</ a > .
5602
+
5598
5603
< li > < p > Return < a > success</ a > with data < a > < code > null</ code > </ a > .
5599
5604
</ ol >
5600
5605
</ section > <!-- Element Send Keys -->
@@ -8132,6 +8137,9 @@ <h2>Release Actions</h2>
8132
8137
< li > < p > Let the < a > current session</ a > 's < a > input state table</ a > be
8133
8138
an empty map.
8134
8139
8140
+ < li > < p > Let the < a > current session</ a > 's < a > active input sources</ a >
8141
+ be an empty < a > list</ a > .
8142
+
8135
8143
< li > < p > Return < a > success</ a > with data < a > < code > null</ code > </ a > .
8136
8144
</ ol >
8137
8145
</ section > <!-- /Releasing Actions -->
You can’t perform that action at this time.
0 commit comments