Folks,
I've been trying to read the current URL from Chrome for some time and tried a few different approaches but with little success, however, I see that Au3Info.exe (the window info tool) does this. I.E. with Chrome open and displaying say www.google.com, start Au3Info, choose the 'Visible Text' tab in Au3Info and you see the title of the tab and on the 2nd line, the url.
My latest attempt is this:
$Title = WinGetTitle("[CLASS:Chrome_WidgetWin_0]", "")
ConsoleWrite("Tab title = '" &am