Retrieve the list of URLs open in Chrome tabs with Python on Windows with the ability to modify some

22 Views Asked by At

I am looking for a method to retrieve the URLs opened in Chrome on Windows using a Python script, with the ability to redirect certain URLs to a specific URL. For example, if a tab contains 'google.com', I can replace it with 'bing.com'

Thank you

0

There are 0 best solutions below