Skip to content Skip to sidebar Skip to footer

Python - How To Get The Firefox's Url Bar Content In Gnu/linux?

I need to get the content of URL bar (of currently opened tab) of Firefox using Python. I've found few solutions for Windows (using libraries such as pywin32) but I need it for GNU

Solution 1:

You might have some luck with DBus, although I don't know if it is provided in a standard install.


Post a Comment for "Python - How To Get The Firefox's Url Bar Content In Gnu/linux?"