我想获取Google Chrome的有效标签页。
在Safari中,
url = appscript.app('Safari').windows.first.current_tab.URL()
以上代码有效,但
url = appscript.app('Google Chrome').windows.first.current_tab.URL()
它不起作用
你知道吗? 提前谢谢。答案 0 :(得分:1)
来源网址 - > http://reganmian.net/wiki/appscript
url = appscript.app("Google Chrome").windows[1].get.tabs[dt.windows[1].get.active_tab_index.get].get.URL.get