File tree Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Expand file tree Collapse file tree 2 files changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -663,6 +663,20 @@ Click a certain coordinate of an element
663663When 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---
Original file line number Diff line number Diff line change @@ -565,6 +565,20 @@ Release keyboard key
565565When 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---
You can’t perform that action at this time.
0 commit comments