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 enable USB debugging on emulator or device . Device should be connected to computer. To install Android…