File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
packages/webdriverio/src/commands/browser Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ import { checkUnicode } from '../../utils/index.js'
7
7
* Send a sequence of key strokes to the "active" element. You can make an input element active by just clicking
8
8
* on it. To use characters like "Left arrow" or "Back space", import the `Key` object from the WebdriverIO package.
9
9
*
10
- * Modifier like `Control`, `Shift`, `Alt` and `Command` will stay pressed so you need to trigger them again to release
11
- * them . Modifying a click however requires you to use the WebDriver Actions API through the
10
+ * Modifier like `Control`, `Shift`, `Alt` and `Command` will stay pressed throughout the sequence and will be released
11
+ * at the end . Modifying a click requires you to use the WebDriver Actions API through the
12
12
* [performActions](https://webdriver.io/docs/api/webdriver#performactions) method.
13
13
*
14
14
* :::info
You can’t perform that action at this time.
0 commit comments