python - How can I programmatically interact with a website that uses an AJAX JBoss RichTree component? -
i'm writing python script screen scraping of public website. going fine, until want interact ajax-implemented tree control. evidently, there large amount of javascript controlling ajax requests. seems tree control jboss richfaces richtree component.
how should interact component programatically?
- are there tricks should know about?
- should try implement subset of richfaces ajax?
- or better served wrapping code around existing web-browser? if so, there python library can this?
phantomjs interesting project letting javascript stuff in headless environment decent api. while doesn't support python natively anymore, there options interacting it. check out discussion here more info.
there vanilla webkit (wrapped qt , pyqt). check out example here.
hope helps :)
Comments
Post a Comment