Package Exports
- appium-tizen-driver
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (appium-tizen-driver) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Appium Tizen Driver
Appium Tizen Driver is a test automation tool for Tizen devices. Appium Tizen Driver automates .NET applications, tested on emulators and real devices. Appium Tizen Driver is part of the Appium mobile test automation tool.
Usage
Import Tizen Driver, set and create a session:
import { TizenDriver } from `appium-tizen-driver`
let defaultCaps = {
appPackage: 'tizen.sample',
deviceName: 'Tizen',
platformName: 'Tizen'
};
let driver = new TizenDriver();
await driver.createSession(defaultCaps);Commands
getAttributesetAttributeclicktouchUptouchDowntouchMovetouchLongClicktapgetLocationgetLocationValueByElementIdgetTextelementEnabledelementDisplayedgetSizesetValuesetValueImmediateclearreplaceValueflickfakeFlickfakeFlickElementswipedoSwipepullFiletakeScreenShotgetScreenshotDatagetScreenshotexecutedoFindElementOrElsfindElOrElsgetAutomationIdgetDeviceTimeinputTextpressHardwareKeybackinstallAppremoveAppisAppInstalledlaunchAppstartAppcloseAppisStartedAppdoTouchActionperformGestureperformTouch
