Appium Test Helper

com.sengami.appium_test_helper_android

View detailed information for Appium Test Helper — ratings, download counts, screenshots, pricing and developer details. See integrated SDKs and related technical data.

Total installs
8.5K(8,531)
Rating
unknown
Released
March 18, 2021
Last updated
January 1, 1970
Category
Business
Developer
Kamil Sucharski
Developer details
Name
Kamil Sucharski
E-mail
k.sucharskipl@gmail.com
Website
unknown
Country
unknown
Address
unknown
Android SDKs
  • No items.
Appium Test Helper Header - AppWisp.com

Screenshots

Appium Test Helper Screenshot 1 - AppWisp.com
Appium Test Helper Screenshot 2 - AppWisp.com
Appium Test Helper Screenshot 3 - AppWisp.com
Appium Test Helper Screenshot 4 - AppWisp.com

Description

Test mode
The value set here is returned to other apps through a content provider. It can be used to disable analytics during automated testing. Since Android 11 apps can lose visibility of this content provider after some time or a reboot, so launch this app immediately before running any tests to make sure the permissions are freshly granted. Sample integration
content://com.sengami.appium_test_helper_android.provider/

Toasts
Will show a toast with text "This \is \a \sample \text" when the command below is used through ADB.
adb shell am broadcast -a com.sengami.appium_test_helper_android.toast --es message "This is a sample text" -n com.sengami.appium_test_helper_android/.ToastBroadcastReceiver

Vibrations
Will vibrate the device for 2 seconds when the command below is used through ADB.
adb shell am broadcast -a com.sengami.appium_test_helper_android.vibration --el duration 2000 -n com.sengami.appium_test_helper_android/.VibrationBroadcastReceiver