+ 1
Extract URLs from "Sources" in Chrome Developer Tool with python selenium google-chrome url .
I am wondering how I could extract URLs from source panel in Chrome Developer Tool with Selenium (or whichever appropriate). I was not able to find by id, tag & name since there is none of them available.
1 Resposta
+ 5
print(driver.current_url)