Skip to content

Instantly share code, notes, and snippets.

View Beginneronhunt's full-sized avatar
💭
Learning Selenium Webautomation + Java

Alok Chaudhary Beginneronhunt

💭
Learning Selenium Webautomation + Java
  • India
View GitHub Profile
@Pulimet
Pulimet / AdbCommands
Last active April 16, 2024 09:06
Adb useful commands list
adb help // List all comands
== Adb Server
adb kill-server
adb start-server
== Adb Reboot
adb reboot
adb reboot recovery
adb reboot-bootloader