-
Download latest chromedriver https://sites.google.com/a/chromium.org/chromedriver/downloads
-
Intall selenium $pip install -U selenium
-
To set credential, create credential.py Credential = { 'path': 'home/user/chromedriver/chromedriver', 'user': 'id', 'pw': 'password', 'tel2': '1234', 'tel3': '5678', }
If your phone number is 010-1234-5678 tel2 : 1234 tel3 : 5678