mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
40 lines
686 B
YAML
40 lines
686 B
YAML
appId: sh.paseo
|
|
---
|
|
- runFlow:
|
|
when:
|
|
visible: "Open in.*Paseo.*\\?"
|
|
commands:
|
|
- tapOn: "Open"
|
|
|
|
- tapOn:
|
|
text: "Open"
|
|
optional: true
|
|
|
|
- runFlow:
|
|
when:
|
|
visible: "Development servers"
|
|
commands:
|
|
- tapOn:
|
|
text: ".*(localhost|127\\.0\\.0\\.1|10\\.0\\.2\\.2|192\\.168\\.).*"
|
|
optional: true
|
|
- tapOn:
|
|
text: "Enter URL manually"
|
|
optional: true
|
|
|
|
- runFlow:
|
|
when:
|
|
visible: "Continue"
|
|
commands:
|
|
- tapOn: "Continue"
|
|
|
|
- runFlow:
|
|
when:
|
|
visible: "Go home"
|
|
commands:
|
|
- tapOn:
|
|
point: "50%,20%"
|
|
|
|
- extendedWaitUntil:
|
|
visible: ".*Online.*"
|
|
timeout: 90000
|