hello 

       i am working on selenium module of python, i know how to make 
extension  of firebug with selenium, but i  want to know how to use 
firebug  extension with request module / mechanize . i search a lot but 
unable to find it , please help . 

technique similar like :-

from selenium import webdriver
fp = webdriver.FirefoxProfile()
fp.add_extension(extension='firebug-1.8.4.xpi')fp.set_preference("extensions.firebug.currentVersion",
 "1.8.4") #Avoid startup screenbrowser = webdriver.Firefox(firefox_profile=fp)


-- 
You received this message because you are subscribed to the Google Groups 
"Firebug" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/firebug.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/firebug/ccba0d04-3683-4af3-82df-acc529597134%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to