auto login google account by selenium chrome driver
Project description
Author:KuoYuan Li
auto login google account by selenium chrome driver
installation Note
Need selenium 4(above) and webdriver_manager to get the chromedriver automatically. if the version is not correction , please uninstall the selenium and install again.
Sample code
import sleniumGoogleLogin
from selenium import webdriver
from selenium.webdriver.chrome.service import Service as ChromeService
from webdriver_manager.chrome import ChromeDriverManager
driver = webdriver.Chrome(service=ChromeService(ChromeDriverManager().install()))
eamil = "your g-mail"
password = "your password"
if sleniumGoogleLogin.start(driver,email, password):print('ok')
License
MIT
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file seleniumGoogleLogin-0.0.3.tar.gz.
File metadata
- Download URL: seleniumGoogleLogin-0.0.3.tar.gz
- Upload date:
- Size: 3.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.43.0 CPython/3.6.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5c9d713cb7d11ffd98641e7e1158ae166622dba018d6d5f57f8d97677953b4c5
|
|
| MD5 |
8ea2a294eed28eb1e68238469f2cf487
|
|
| BLAKE2b-256 |
bb24c89df4bbe6f27f1e4d5d289e39556507e260dbadf8e44b7f13c62a7b5839
|