Can we automate real mobile device using UIPath?
I have automated real mobile device using Appium but how to set and run the real mobile device using UIPath?
Can we automate real mobile device using UIPath?
I have automated real mobile device using Appium but how to set and run the real mobile device using UIPath?
Hi @bavithiran_hardy,
You can follow following steps to configure system/
Step 1: Install Appium using NPM
Step 2: Install Appium using Appium Desktop
Step 3: Install JAVA JDK and configure environment variable
Step 4: Install Android Studio and configure environment variable Android Studio download link: [https://developer.android.com/studio]
Step 5: Verify installation using appium-doctor
Step 6: Enable USB debugging on Android mobile [Real Device setup]
On your phone,
Go to Settings
Click System option
Click “About Phone” option
Click on “Build Number” 7 to 8 times
Go back to Settings
Open Developer
Options Enable "USB Debugging
I hope this will answer your query.
Thanks it is useful