I want to get Google Chrome's active tab's url.
In Safari,
url = appscript.app('Safari').windows.first.current_tab.URL()
Above code works, but
url = appscript.app('Google Chrome').windows.first.current_tab.URL()
it doesn't work
Do you have any idea? Thanks in advance.