Skip to content

Commit 1dadfeb

Browse files
committed
fix(playwright): improved a comment (#5279)
1 parent b3408dc commit 1dadfeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/helper/Playwright.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ class Playwright extends Helper {
18841884
return
18851885
}
18861886

1887-
// For array input, treat each as a key press to keep modified keys working.
1887+
// For array input, treat each as a key press to keep working combinations such as ['Control', 'A'] or ['T', 'e', 's', 't'].
18881888
for (const key of keys) {
18891889
await this.page.keyboard.press(key)
18901890
if (delay) await this.wait(delay / 1000)

0 commit comments

Comments
 (0)