Tizen support for Appium
npm install 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.
``appium-tizen-driver
import { TizenDriver } from
let defaultCaps = {
appPackage: 'tizen.sample',
deviceName: 'Tizen',
platformName: 'Tizen'
};
let driver = new TizenDriver();
await driver.createSession(defaultCaps);
`
- setAttribute
- click
- touchUp
- touchDown
- touchMove
- touchLongClick
- tap
- getLocation
- getLocationValueByElementId
- getText
- elementEnabled
- elementDisplayed
- getSize
- setValue
- setValueImmediate
- clear
- replaceValue
- flick
- fakeFlick
- fakeFlickElement
- swipe
- doSwipe
- pullFile
- takeScreenShot
- getScreenshotData
- getScreenshot
- execute
- doFindElementOrEls
- findElOrEls
- getAutomationId
- getDeviceTime
- inputText
- pressHardwareKey
- back
- installApp
- removeApp
- isAppInstalled
- launchApp
- startApp
- closeApp
- isStartedApp
- doTouchAction
- performGesture
- performTouch`