提问人:HappyFace 提问时间:4/21/2023 更新时间:4/21/2023 访问量:52
如何在 bash 中获取 Edge 当前活动选项卡的 URL 和标题?
How do I get Edge's current active tab's URL and title in bash?
问:
如何在 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
答: 暂无答案
评论
CHROME_BUNDLE_IDENTIFIER='com.microsoft.edgemac' chrome-cli ...