create-sellflow
Version:
Pre-built cross-platform Shopify app template
21 lines (17 loc) • 340 B
YAML
appId: com.sellflow
- launchApp
- waitForAnimationToEnd
- extendedWaitUntil:
visible: "Products"
timeout: 3500
- tapOn: "Press to open search bar"
- inputText: "Shirt"
- tapOn: "Casual Classic Shirt"
- extendedWaitUntil:
visible: "Buy now"
timeout: 1000
- tapOn: "Large"
- swipe:
start: 5%, 80%
end: 50%, 80%