Skip to content

Commit cbaa2e2

Browse files
authored
chore: documents hover method
1 parent 9c6bb10 commit cbaa2e2

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

browser-testing.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ pest()->browser()->timeout(10);
273273
[press](#press)
274274
[pressAndWaitFor](#press-and-wait-for)
275275
[drag](#drag)
276+
[hover](#hover)
276277
[submit](#submit)
277278
[value](#value)
278279
[script](#script)
@@ -993,6 +994,15 @@ The `drag` method drags an element to another element using selectors:
993994
$page->drag('#item', '#target');
994995
```
995996

997+
<a name="hover"></a>
998+
### hover
999+
1000+
The `hover` method hovers over the given element:
1001+
1002+
```php
1003+
$page->hover('#item');
1004+
```
1005+
9961006
<a name="submit"></a>
9971007
### submit
9981008

0 commit comments

Comments
 (0)