1// Run with --action-runner=android 2{ 3 pages: { 4 CNN: [ 5 {action: "get", url: "https://edition.cnn.com"}, 6 {action: "wait", duration: '5s'}, 7 {action: "click", source: "touch", selector: "button[id=onetrust-accept-btn-handler]"}, 8 {action: "wait", duration: '5s'}, 9 {action: "swipe", duration: '1s', startx: 500, starty: 1800, endx: 500, endy: 800}, 10 {action: "wait", duration: '5s'}, 11 ], 12 }, 13} 14