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
๐๐๐๐ญ๐๐ก ๐๐ก๐๐ฌ๐ ๐๐ข๐๐๐จ ๐๐ง๐ ๐๐จ๐ง๐ง๐๐๐ญ ๐๐ฉ๐ง ๐๐ง๐ ๐ซ๐ฎ๐ง
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 ๐ฅ๐ช๐ง๐ฅ๐ค๐จ๐ ๐๐ฃ๐ ๐ฌ๐ ๐๐ง๐ ๐ฃ๐ค๐ฉ ๐ง๐๐จ๐ฅ๐ค๐ฃ๐จ๐๐๐ก๐ ๐๐ค๐ง ๐๐ฃ๐ฎ ๐ ๐๐ฃ๐ ๐ค๐ ๐๐ก๐ก๐๐๐๐ก ๐๐๐ฉ๐๐ซ๐๐ฉ๐ฎ ๐๐ค๐ฃ๐ ๐๐ฎ ๐ฉ๐๐๐จ ๐ฉ๐ค๐ค๐ก.