0.1.0 • Published 5 years ago
appium-ecp v0.1.0
🚀 appium-ecp
A wrapper over Roku ecp, implemented using ES6 and along with async/await. This package is mainly used by Appium to perform all ecp operations on Roku device.
🚀 Usage:
example:
import ECP from "appium-ecp";
let ecp = new ECP();
await ecp.createECP({
ip: "10.10.1.1",
username: "rokuUser",
password: "rokuPass",
});🚀 List of methods:
createECP();appUI();activeApp();apps();installFromQuery(appId, contentId, mediaType);icon(appId);device();keyPress(key);keyDown(key);keyUp(key);type(text);search(paramsSearch);player();input(appId, contentId, mediaType);setDeviceId();install(app);launch(appId, contentId, mediaType);0.1.0
5 years ago
1.0.4
5 years ago
1.0.3
5 years ago
1.0.2
5 years ago
1.0.1
5 years ago
1.0.0
5 years ago
1.0.24032021-beta
5 years ago
1.0.23032021-beta
5 years ago