Extract URLs from "Sources" in Chrome Developer Tool with python selenium google-chrome url . | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

21st Dec 2018, 9:12 AM
Emily bunt
Emily bunt - avatar
1 Answer
+ 5
print(driver.current_url)
21st Dec 2018, 3:29 PM
r8w9
r8w9 - avatar