Socket
Socket
Sign inDemoInstall

appium-tizen-driver

Package Overview
Dependencies
384
Maintainers
3
Versions
10
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    appium-tizen-driver

Tizen support for Appium


Version published
Weekly downloads
29K
decreased by-9.57%
Maintainers
3
Install size
70.5 MB
Created
Weekly downloads
 

Readme

Source

Appium Tizen Driver

NPM version Downloads Dependency Status devDependency Status

Build Status

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

  • getAttribute
  • 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

Keywords

FAQs

Last updated on 28 May 2020

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc