Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
appium-youiengine-driver
Advanced tools
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.
Appium You.i Engine Driver supports iOS versions 8+
Appium You.i Engine Driver supports Android versions 4.1+ (API level 16+)
npm install appium-youiengine-driver
Import You.i Engine Driver, set desired capabilities and create a session:
import { YouiEngineDriver } from `appium-youiengine-driver`
let defaultCaps = {
app: 'path/to/your.app',
automationName: 'YouiEngine',
platformName: 'iOS'
deviceName: 'iPhone 6'
youiEngineAppAddress: 'localhost'
};
let driver = new YouiEngineDriver();
await driver.createSession(defaultCaps);
Run commands:
console.log(await driver.getPageSource());
Capability | Description | Values |
---|---|---|
youiEngineAppAddress | The 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> |
Command |
---|
clearNewCommandTimeout |
clear |
click |
findElOrEls |
getAttribute |
getContexts |
getCurrentContext |
getPageSource |
getScreenshot |
getSettings |
getText |
implicitWait |
implicitWaitForCondition |
isSelected |
isEnabled |
isDisplayed |
removeApp |
setValue |
startNewCommandTimeout |
timeouts |
updateSettings |
Proxied Command (iOS, Android) |
---|
background |
closeApp |
getLog |
getLogTypes |
getOrientation |
getStrings |
getWindowSize |
isAppInstalled |
launchApp |
lock 1 |
setOrientation |
Proxied Command (iOS only) |
---|
mobileShake |
Proxied Command (Android only) |
---|
getNetworkConnection 2 |
isAppInstalled |
isLocked |
longPressKeyCode |
pressKeyCode |
setNetworkConnection 2 |
toggleLocationServices |
unlock |
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
.
Supported FindBy strategies |
---|
name |
id |
class name |
FAQs
Appium You.i Engine application driver
The npm package appium-youiengine-driver receives a total of 27,826 weekly downloads. As such, appium-youiengine-driver popularity was classified as popular.
We found that appium-youiengine-driver demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
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.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.