Skip to content

pombredanne/python-zombie

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NOTE: This is in active development and not ready for use yet.

A Python driver for Zombie.js (http://zombie.labnotes.org/) running on top of node.js, inspired by Capybara-Zombie (https://github.com/plataformatec/capybara-zombie):

from pythonzombie import Browser
b = Browser()
b.visit('http://google.com/m').fill('input', 'Zombie.js').pressButton('Search')
assert b.location['href'] == 'http://www.google.com/m?q=Zombie.js'

Requires the latest node and zombie:

brew install node
brew install npm
npm install zombie

About

A Python driver for Zombie.js (http://zombie.labnotes.org/) running on top of node.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published