New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

appium-youiengine-driver

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appium-youiengine-driver

Appium You.i Engine application driver

  • 1.0.14
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
31K
increased by2.9%
Maintainers
1
Weekly downloads
 
Created
Source

Appium You.i Engine Driver

Appium You.i Engine Driver is a test automation tool for devices of various platforms (iOS, Android) running applications built with You.i Engine. Appium You.i Driver automates You.i Engine applications, tested on simulators and real devices. Appium You.i Driver is part of the Appium mobile test automation tool.

iOS Support

Appium You.i Engine Driver supports iOS versions 8+

Android Support

Appium You.i Engine Driver supports Android versions 4.1+ (API level 16+)

Installation

npm install appium-youiengine-driver

Desired Capabilities

Desired capabilities (caps) are a set of keys and values (i.e., a map or hash) sent to the Appium server to tell the server what kind of automation session we’re interested in starting up. These caps are defined in the appium.txt file. There are various capabilities which can modify the behavior of the server during automation.

CapabilityDescriptionValues
youiEngineAppAddressThe IP address of the device on which the app is running. localhost for simulator. Device’s IP address for a real device`localhost, <device’s IP address>

Minimum required capabilities per platform

Below is a sample of the minimum required caps per platform.

iOS
CapabilitySimulatorReal device
app<path to the app><path to the app>
automationNameYouiEngineYouiEngine
deviceName<iOS Simulator device name><device’s name>
platformNameiOSiOS
platformVersion<iOS version><iOS version>
udidNot applicable<device’s udid>
xcodeOrgId<Team ID><Team ID>
youiEngineAppAddresslocalhost<device’s IP address>
Android
CapabilitySimulatorReal device
appNot Applicable<path to the app>
automationNameNot ApplicableYouiEngine
deviceNameNot Applicable<device’s ID>
platformNameNot ApplicableiOS
youiEngineAppAddressNot Applicable<device’s IP address>

Notes:

  • For iOS 8+, set the following on your device: Settings -> Developer -> Set UI Automation -> true
  • xcodeOrgId
  • Android device name: found using adb devices

Commands

List of supported commands could be found in the docs section

API Notes

1 lock behaves differently in Android than it does in iOS. In Android it does not take any arguments, and locks the screen and returns immediately.

2 toggleWiFi, toggleData, toggleFlightMode can be achieved via getNetworkConnection and setNetworkConnection.

FindBy strategies

FindBy strategies could be found in the docs section

Keywords

FAQs

Package last updated on 26 Sep 2017

Did you know?

Socket

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc