ADB commands helpful for android automation
ADB (Android Debug Bridge) is a command line tool that let’s us communicate with an emulator or real device. How to get ADB tool (adb.exe) This is present under [android sdk -> platform-tools] Before sending commands, make sure To install Android SDK and enable USB debugging, Refer step 2 & 3 of Appium setup for windows.…