crawlipt

crawlipt

Using string scripts to drive selenium

pypi python GitHub stars

introduce

In Python, you can use this framework to drive selenium's webdriver, with scripts in JSON format for better cross language operations and textual storage on physical storage.

install

You can use pip or pip3 to install crawlipt

pip install crawliptpip3 install crawlipt

If you have already installed crawlipt, you may need to update to the latest version

pip install --upgrade crawlipt

quickly start

Last updated