Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 Python 获取 Firefox 的 URL 栏(当前打开的选项卡)的内容。我发现很少有适用于 Windows 的解决方案(使用诸如 pywin32 之类的库),但我需要它用于 GNU/Linux(如果可用,那么当然多平台方式是最优选的)。我还通过为 Firefox 安装插件找到了方法,但我希望用户只安装 Python 和(在需要时)它的库 [Python]。
您可能对 DBus 有一些运气,尽管我不知道它是否在标准安装中提供。