- The libraries support Chrome driver only
- The libraries are only tested on Windows
- pip install selenium
- Get a copy of chromedriver.exe from here
import seleniumMain
import seleniumLogin (optional and depends on seleniumMain.py)
In your IDLE, type the following code:
import sys
sys.path.append(r"the path that stores the libraries")
import seleniumMain as sm
#do your things here