[Solved] Webpage data extraction automation using python and selenium webdriver [closed]
All you need is python here and selenium here. Windows 7 or another system: To install selenium, extract tr.gz file, cd into the directory and then python setup.py install. Or you could use pip like this: pip install -U selenium Specifically for linux, use $ sudo apt-get install python-pip $ sudo pip install selenium Installing … Read more