Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.050 X-Spam-Evidence: '*H*': 0.91; '*S*': 0.01; 'python,': 0.02; 'subject:query': 0.07; 'firebug': 0.16; 'selenium': 0.16; 'subject:python': 0.16; 'module': 0.19; 'import': 0.22; 'extension': 0.26; 'message-id:@mail.gmail.com': 0.30; 'but': 0.35; 'received:google.com': 0.35; 'skip:f 40': 0.36; 'similar': 0.36; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'unable': 0.39; 'how': 0.40; 'browser': 0.61; 'skip:f 50': 0.65; 'skip:w 30': 0.69; 'technique': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=S1Z6BoqqgcuwIXOF35V0XYbkuAl+nL7IPytHDEyphhU=; b=cN35o0IBXVZG0Ri8wYOnp1n1963OZfTP6VEDE7QIOwjZB2uYP9uKmy65PUkNZmGLty iQGgbeiZIuetsaHvZ8Kxz8y6mTkoL/myx3LM8svLU3Y0nYsCQh0Vqbp06wlon6p/k5+X 9NXuYOi04+puGUFclXnwf/D/srrO/S6N35Iq/zDIUZZlF7Brc0gOuVbMHcPyUOd35a9F f7mMinnk3k3IkwA79isdBw1gOrIkqSQRYG2qsYyZVSJ4bERfjS4qd1AyMWPzC+j/n3iT M6wMHzNDfkS3Zjrf0g60OjRit6h9R60Ebe7PNKueQIA9VX3EP7qhC3sZ3gQdwoUy7e/D v5Fw== MIME-Version: 1.0 X-Received: by 10.58.69.41 with SMTP id b9mr15272543veu.5.1389535844773; Sun, 12 Jan 2014 06:10:44 -0800 (PST) Date: Sun, 12 Jan 2014 19:40:44 +0530 Subject: python query on firebug extention From: JAI PRAKASH SINGH To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 X-Mailman-Approved-At: Sun, 12 Jan 2014 20:43:34 +0100 X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1389555815 news.xs4all.nl 2956 [2001:888:2000:d::a6]:50736 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:63799 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 . i want technique similar like :- from selenium import webdriver fp = webdriver.FirefoxProfile() fp.add_extension(extension='firebug-.8.4.xpi') fp.set_preference("extensions.firebug.currentVersion", "1.8.4") browser = webdriver.Firefox(firefox_profile=fp) in request module or mechanize module