appium-uiautomator2-driver

Appium driver for Android UIAutomator2 (by appium)

Appium-uiautomator2-driver Alternatives

Similar projects and alternatives to appium-uiautomator2-driver based on common topics and language

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better appium-uiautomator2-driver alternative or higher similarity.

appium-uiautomator2-driver reviews and mentions

Posts with mentions or reviews of appium-uiautomator2-driver. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-25.
  • Automating Android TV app with Nightwatch
    3 projects | dev.to | 25 Apr 2024
    'app.android.emulator': { extends: 'app', 'desiredCapabilities': { // More capabilities can be found at https://github.com/appium/appium-uiautomator2-driver#capabilities browserName: null, platformName: 'android', // `appium:options` is not natively supported in Appium v1,but works with Nightwatch. // If copying these capabilities elsewhere while using Appium v1,make sure to remove `appium:options` // and add `appium:` prefix to each one of its capabilities,e.g. change 'app' to 'appium:app'. 'appium:options': { automationName: 'UiAutomator2', // Android Virtual Device to run tests on avd: 'TV_1080p', orientation: 'PORTRAIT', // While Appium v1 supports relative paths,it's more safe to use absolute paths instead. // Appium v2 does not support relative paths. app: `${__dirname}/apps/tv-app.apk`, appActivity: 'com.tv.app.MainActivity', // include this if app does not start on its own - // chromedriver executable to use for testing web-views in hybrid apps. // add '.exe' at the end below (making it 'chromedriver.exe') if testing on windows. chromedriverExecutable: `${__dirname}/chromedriver-mobile/chromedriver`, newCommandTimeout: 0 } } },

Stats

Basic appium-uiautomator2-driver repo stats
1
466
9.2
3 days ago

appium/appium-uiautomator2-driver is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of appium-uiautomator2-driver is JavaScript.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com