Command | Example | Description |
---|
longClickByText | longClickByText,[TEXT]
longClickByText,[TEXT],[DURATION]
| Performs a long click for the given duration on the element which contains the given text selector. Status |
---|
colour | Blue |
---|
title | optional duration |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
longClickByXY | longClickByXY,[X-POS],[Y-POS]
| Performs a long click of the given duration on the given coordinate. Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
clickByText | clickByText,[TEXT]
| Clicks on the element which contains the given text selector. Status |
---|
colour | Purple |
---|
title | CASE-SENSITIVE |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
clickByTextExact | clickByTextExact,[TEXT]
| Clicks on the element which contains the exact given text selector. Status |
---|
colour | Purple |
---|
title | CASE-SENSITIVE |
---|
|
Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
clickByXY | clickByXY,[X-Pos],[Y-Pos]
| Clicks on the element located at the given coordinates. Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
clickByPercent | clickByPercent,[X-Perc],[Y-Perc]
| Clicks on the element located at the coordinates calculated from the given percentages of the device screen. Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|
clickByTextOnSystemPopup | clickByTextOnSystemPopup,[TEXT]
| Clicks on a system popup that is not detected automatically which contains the given text selector. System popups that are detected automatically are accepted by default. |
clickOnLastElementFound | | Clicks on the last element found by previous GDSL command in group Find like findByText or findByTextExact . Status |
---|
colour | Yellow |
---|
title | compatibility : universal |
---|
|
|