Skip to content

hkaur008/meet-attendance

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Meet-attendance

an extension for recording attendance of student

Screenshot of progress :

image

DEMO Video:

https://drive.google.com/file/d/17T5HaExSR9Qq5FnGjXXNq0UY0w8WuKCh/view?usp=sharing

Classes useful to extract data

for counting no of participating

(1)

document.getElementsByClassName("rua5Nb")[0].innerHTML

FOR PARTICIPANTS NAMES:

hargun (You)

COMMAND TO GET

document.getElementsByClassName("NkoVdd")[0].innerHTML ( NAME OF STUDENT )

class="YvoLGe"

ocument.getElementsByClassName("YvoLGe")[1].textContent "hargun kaurkeep_offhargun kaurJoined" |

document.getElementsByClassName("YvoLGe")[2].textContent VM5122:1 Uncaught TypeError: Cannot read property 'textContent' of undefined at :1:45 (anonymous) @ VM5122:1

document.getElementsByClassName("YvoLGe")[0].textContent "Youkeep_offhargun (You)Joined"

document.getElementsByClassName("YvoLGe")[0].textContent "Youkeep_offhargun (You)Joined"

document.getElementsByClassName("cS7aqe ")[0].textContent "hargun (You)"

document.getElementsByClassName("cS7aqe ")[1].textContent "hargun kaur"

UPDATES

6/10/2020

tried to build a selenium based attender bot but had 2 classes of same classname , used xpath but still not working

6/10/2020

selenium used reached join meet call ended

11/10/2020
list generated after every 2 mins !

About

BUILT A COOL WAY TO TAKE ATTENDANCE OF STUDENTS USING AUTOMATION BOT !

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published