Browsing projects by Tag(s)

Select a tag to browse associated projects and drill deeper into the tag cloud.

Showing page 1 of 1

Spynner is a stateful programmatic web browser module for Python with Javascript/AJAX support based upon the QtWebKit framework. Refer to the README for more info. import spynner browser = spynner.Browser() browser.load("http://www.wordreference.com") ... [More] browser.runjs("console.log('I can run Javascript!')") browser.runjs("_jQuery('div').css('border', 'solid red')") # and jQuery! browser.select("#esen") browser.fill("input[name=enit]", "hola") browser.click("input[name=b]") browser.wait_page_load() print browser.url, len(browser.html) browser.close() [Less]

0
 
  0 reviews  |  0 users  |  1,011 lines of code  |  0 current contributors  |  Analyzed 8 days ago
 
 
 
 

Creative Commons License Copyright © 2013 Black Duck Software, Inc. and its contributors, Some Rights Reserved. Unless otherwise marked, this work is licensed under a Creative Commons Attribution 3.0 Unported License . Ohloh ® and the Ohloh logo are trademarks of Black Duck Software, Inc. in the United States and/or other jurisdictions. All other trademarks are the property of their respective holders.