You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Python-Selenium doesn't load firebug extension of Firefox, which happen in the Firebug versions superior the 2.0.7. This doesn't happen in the Firebug 1.XX.XX versions, I think that the problem is file format changed.
Firebug 1.XX.XX version
fike@kamino:~/d/annabe/annabe$ file firebug-1.13.0a10.xpi
firebug-1.13.0a10.xpi: Zip archive data, at least v1.0 to extract
Firebug 2.XX.XX version
fike@kamino:~/d/annabe/annabe$ file firebug-2.0.11-fx.xpi
firebug-2.0.11-fx.xpi: Zip archive data, at least v2.0 to extract
Hi,
The Python-Selenium doesn't load firebug extension of Firefox, which happen in the Firebug versions superior the 2.0.7. This doesn't happen in the Firebug 1.XX.XX versions, I think that the problem is file format changed.
Firebug 1.XX.XX version
Firebug 2.XX.XX version
Below a example code, it's same of Python-Selenium FAQ.
Code example:
Thanks,
Fernando Ike
The text was updated successfully, but these errors were encountered: