Skip to content

prathameshThakur/GMeetHack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

GMeetHack

Auto login and end a Google meet

Requirements and setup

python

$ pip install webdriver_manager
$ pip install selenium

How to run?

  1. Fork this repo
  2. Clone it in your system
  3. Open the path in your terminal
  4. In the terminal enter:
    $ python action.py
    

Troubleshoot

It may happen by the time we use this code it may not work, here we can try changing the xpath in the code. It looks like --> ' '

chrome.find_element_by_xpath('//*[@id="identifierId"]')

By using the inspect tool we can get the xpath on any element on chrome