

Desired capability setup as per the hardware changes.But prior to run the test, we need to setup following pre-requisite. How to Configuring ADB for Wi-Fi SupportĪPPIUM offers an advantage to execute test on real devices.How to Connect Android Device with ADB (Android Debug Bridge).But, Android offers a handful of solutions to connect a real device over USB (Universal Serial Bus), i.e., Android Debug Bridge (ADB).

Using any real device for mobile automation Testing has always been a challenge for testers. It helps you perform different actions like installing or debugging a device and run various commands on a device by providing access to a Unix shell. It is used to bridge communication between an emulator instance (Android device) and the background running daemon process (server). When you don't want to use it inside Android studio, you can use it just in command line / terminal by: C:\Users\\AppData\Local\Android\sdk\platform-tools\adb.Android Debug Bridge (ADB) is a command-line tool that allows you to communicate with a device. %USERPROFILE%\AppData\Local\Android\sdk\platform-tools\) to the PATH variable

Locate the SDK platform tools folder (e.g.It's possible to add to PATH in Windows and use Terminal inside Android Studio only by command: adb shell and after use su get root shell. %USERPROFILE%\AppData\Local\Android\sdk\platform-tools\adb.exeĬ:\Users\\AppData\Local\Android\sdk\platform-tools\adb.exe. If you don't want to use Android studio, just download standalone Platform tools and extract to some folder.ĪDB is by default located in sdk\platform-tools: Android Studio does not contain ADB, you need Android SDK / Android SDK platform tools for it (it is installed on first run of Android Studio).
