Skip to main content

SeeTestAutomation- Connecting An Android Device Via WiFi

info

Please note that this tool is classified as a Legacy tool. We recommend transitioning to our updated solutions to maintain optimal performance and security in your workflows. For more information on this matter, please reach out to technical support .

Step 1: Connect an Android device to your computer

Step 2: Open a command line in adb folder (Experitest\SeeTest\bin\adb), and run this command: adb tcpip 5555.

info
  • If you have more than one Android device connected you should add -s and device S/N after adb, like this:
 ...\bin\adb>adb -s 1115fb3c0e5f3c03 tcpip 5555

Step 3: In the device go to settings >Wi-Fi and click on the connected wifi to see what the device IP address is.

Step 4: Disconnect the device and run this command on cmd: adb connect <device IP>:5555

Step 5: Open SeeTest and Add the device.