如何在 bash 中获取 Edge 当前活动选项卡的 URL 和标题?

How do I get Edge's current active tab's URL and title in bash?

提问人:HappyFace 提问时间:4/21/2023 更新时间:4/21/2023 访问量:52

问:

如何在 bash 中获取 Edge 当前活动选项卡的 URL 和标题?

我可以用来在 Chrome 上执行此操作:chrome-cli info

$ chrome-cli info

Id: 1680538140
Window id: 1680535647
Title: GPT-4 - Poe
Url: https://poe.com/GPT-4
Loading: No
bash 终端 microsoft-edge microsoft-edge-chromium

评论

0赞 HappyFace 4/21/2023
更新:有效。CHROME_BUNDLE_IDENTIFIER='com.microsoft.edgemac' chrome-cli ...
0赞 HappyFace 4/21/2023
github.com/prasmussen/chrome-cli

答: 暂无答案