I am trying to check if Vivaldi or any other browser launches website or not.
Currently using the adb shell command:
am start -a android.intent.action.VIEW -d https://www.google.com
For now I am checking logcat logs with networkmonitor, like:
logcat | grep -i networkmonitor
But it does not give a proper results to be sure if the system is getting reach internet connectivity or not.
Anybody knows how to check browsers connection/network activity properly? Thanks