Another note about Chromedriver.
Chronium project: https://chromium.googlesource.com
The project has helpful tools like https://chromium.googlesource.com/catapult/+/master/netlog_viewer . https://dev.chromium.org/for-testers/providing-network-details is the project page.
https://netlog-viewer.appspot.com/
How easy to capture network data via a browser by chrome://net-export … The export works on Android Chrome, too. (The scope is network on the browser though. We need to use external service like HeadSpin to capture native apps/systems)
I noticed chromium based browsers like Brave also provide chrome:// commands. chrome://version provide detail data. chrome://net-export exports network information.