Python and DOM

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blitzkreig
    New Member
    • Mar 2008
    • 7

    Python and DOM

    Hi to all the Python gurus out there!.
    I am now to python and I have a question regarding DOM.
    I have downloaded a software called DOM Inspector and I can see all the links,forms,HTM L and Javascripts on a given page. The problem is DOM Inspector does not allow me to transfer/import the entire contents of the DOM I see to a file. I was unable to find any other software or source code which can fulfil my requirement. Can anyone please suggest me a python module of any script which can solve this problem.

    Thanks to all in advance!
  • jlm699
    Contributor
    • Jul 2007
    • 314

    #2
    Is this the DOM inspector that's made by Mozilla? I believe their tool has this capability.

    There's a plug-in for Firefox...

    Comment

    • blitzkreig
      New Member
      • Mar 2008
      • 7

      #3
      Originally posted by jlm699
      Is this the DOM inspector that's made by Mozilla? I believe their tool has this capability.

      There's a plug-in for Firefox...
      https://addons.mozilla.org/en-US/firefox/addon/6622

      Yeah something similar to this but I need it for IE. Any suggestions ?

      Comment

      • jlm699
        Contributor
        • Jul 2007
        • 314

        #4
        Well using the Mozilla DOM inspector, you can use it from the command line, however why not just download Firefox or another Mozilla product with browsing capability... you might like it!

        Comment

        Working...