0

is it any possibilities to retrieve currently open url in Mozilla firefox using python

Apache
  • 1,796
  • 9
  • 50
  • 72
  • duplicae? if you are windows this may be helpful http://stackoverflow.com/questions/2598404/how-to-get-firefox-address-bar-url-for-python-pywin32/2598682#2598682 – Anurag Uniyal Jun 07 '10 at 05:56

1 Answers1

0

You could write an extension in python and access the browser that way.

Ryan Ginstrom
  • 13,915
  • 5
  • 45
  • 60