ReadTheDocs - http://browler.readthedocs.org/en/latest/
- redis
brew install redis
pip install browler
pip uninstall browler
config = {
"browser": 'remote',
"remote": {
"url": 'http://localhost:49044/wd/hub',
'browser': 'firefox'
},
"url": "https://en.wikipedia.org/wiki/Main_Page",
"limit": 10,
"processes": 2
}
config = {
"browser": 'firefox',
"url": "https://en.wikipedia.org/wiki/Main_Page",
"limit": 10,
"processes": 2
}