Skip to content

Commit 30b70f5

Browse files
added description for force click (#73)
* added description for force click * added force click description for WDIO
1 parent c2043ea commit 30b70f5

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

docs/Steps/playwright.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,20 @@ Click a certain coordinate of an element
663663
When I click '0,20' coordinates in 'Google Button'
664664
```
665665

666+
---
667+
### I force click \{string}
668+
669+
Force click element
670+
671+
| param | type | description |
672+
|:-----:|:------:|:----------------:|
673+
| alias | string | element to click |
674+
675+
```gherkin
676+
When I force click 'Google Button'
677+
```
678+
---
679+
666680
## Validation Steps
667681

668682
---

docs/Steps/wdio.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,20 @@ Release keyboard key
565565
When I release 'Q' key
566566
```
567567

568+
---
569+
### I force click \{string}
570+
571+
Force click element
572+
573+
| param | type | description |
574+
|:-----:|:------:|:----------------:|
575+
| alias | string | element to click |
576+
577+
```gherkin
578+
When I force click 'Google Button'
579+
```
580+
---
581+
568582
## Validation Steps
569583

570584
---

0 commit comments

Comments
 (0)