Skip to content

Commit ff06b03

Browse files
authored
Add withKeyDown documentation
1 parent 047997a commit ff06b03

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

browser-testing.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,6 @@ $page->withKeyDown('Shift', function () use ($page): void {
906906

907907
> Note: To respect held keys like Shift, use key codes such as KeyA, KeyB, KeyC.
908908
> 'a' always types a lowercase “a” and 'A' always types an uppercase “A”, regardless of modifiers.
909-
910-
911909
912910
<a name="type"></a>
913911
### type

0 commit comments

Comments
 (0)