yashu1wwww / Auto-google-meet-login-using-localhost

Auto google meet login using selenium with python on localhost

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auto-google-meet-login-using-localhost

Auto google meet login using selenium with python on localhost

https://www.youtube.com/watch?v=FVumnHy5Tzo&t=1s&ab_channel=HelloWorld

๐™ฌ๐™–๐™ฉ๐™˜๐™ ๐™ช๐™ฅ๐™ฉ๐™ค 3mins-26sec+ ๐™ฉ๐™๐™š๐™ฃ ๐™ง๐™š๐™ข๐™–๐™ž๐™ฃ๐™ž๐™ฃ๐™œ ๐™ฅ๐™–๐™ง๐™ฉ in the code

๐Ÿ‘‰๐–๐š๐ญ๐œ๐ก ๐“๐ก๐ž๐ฌ๐ž ๐•๐ข๐๐ž๐จ ๐€๐ง๐ ๐‚๐จ๐ง๐ง๐ž๐œ๐ญ ๐•๐ฉ๐ง ๐š๐ง๐ ๐ซ๐ฎ๐ง

https://youtu.be/c9MAJpax5R0

C:\Users\Hp\AppData\Local\Google\Chrome\Application

"In my case, the location of Chrome is:

C:\Users\Hp\AppData\Local\Google\Chrome\Application

To access it, use the following command:

cd C:\Users\Hp\AppData\Local\Google\Chrome\Application

To enable remote debugging, use the following command:

chrome.exe --remote-debugging-port=9222 --user-data-dir="enter your localhost path here"

In my case, the command looks like this:

chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\Users\Hp\Desktop\Bots\Chromedriver\Localhost"

To execute these commands, open cmd in that folder and paste the following three lines at a time, and hit the enter button. After that, execute the next three lines. The commands are adjusted to my Chrome path location and localhost path:

cd C:\Users\Hp\AppData\Local\Google\Chrome\Application

chrome.exe --remote-debugging-port=9222 --user-data-dir="C:\Users\Hp\Desktop\Bots\Chromedriver\Localhost"

enter meet.py in new cmd

pip install Random

and hit enter button

๐Ÿ‘‰Note:-

๐Ÿ‘‰If you have the latest version of Selenium, the code may not run

๐Ÿ‘‰open cmd and enter pip uninstall selenium

And enter

pip install selenium==4.2.0

and hit enter

and

python -c "import selenium; print(selenium.version)"

๐™๐™๐™ž๐™จ ๐™ž๐™ฃ๐™›๐™ค๐™ง๐™ข๐™–๐™ฉ๐™ž๐™ค๐™ฃ ๐™ž๐™จ ๐™ค๐™ฃ๐™ก๐™ฎ ๐™›๐™ค๐™ง ๐™š๐™™๐™ช๐™˜๐™–๐™ฉ๐™ž๐™ค๐™ฃal ๐™ฅ๐™ช๐™ง๐™ฅ๐™ค๐™จ๐™š ๐™–๐™ฃ๐™™ ๐™ฌ๐™š ๐™–๐™ง๐™š ๐™ฃ๐™ค๐™ฉ ๐™ง๐™š๐™จ๐™ฅ๐™ค๐™ฃ๐™จ๐™ž๐™—๐™ก๐™š ๐™›๐™ค๐™ง ๐™–๐™ฃ๐™ฎ ๐™ ๐™ž๐™ฃ๐™™ ๐™ค๐™› ๐™ž๐™ก๐™ก๐™š๐™œ๐™–๐™ก ๐™–๐™˜๐™ฉ๐™ž๐™ซ๐™ž๐™ฉ๐™ฎ ๐™™๐™ค๐™ฃ๐™š ๐™—๐™ฎ ๐™ฉ๐™๐™ž๐™จ ๐™ฉ๐™ค๐™ค๐™ก.

About

Auto google meet login using selenium with python on localhost

License:MIT License


Languages

Language:Python 100.0%