Is where any way to get network data from browser's debug console or firebug to python script automatically, simultaneously? Webbrowser opens some websites and I see only simple, short URL. Instead of URL with params etc. All this data I may found in debug console manually, but how can I reach it using python and selenium?
Asked
Active
Viewed 161 times
0
-
Are you using `driver.current_url`? This may help: http://stackoverflow.com/questions/30479290/get-current-url-from-browser-python – chenjesu Jan 25 '17 at 23:24
-
driver.current_url does not show me what I want. – Станислав Повышев Feb 05 '17 at 20:13