Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaur008 authored Apr 20, 2021
1 parent 89bdc4c commit f742308
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Meet-attendance
an extension for recording attendance of student

Screenshot of progress :
# Screenshot of progress :
![image](https://user-images.githubusercontent.com/56452820/115463442-712cb600-a249-11eb-83d7-7e8730e03640.png)

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


some class name
# Classes useful to extract data
### for counting no of participating
<span class="rua5Nb" jsname="EydYod">(1)</span>

Expand All @@ -17,11 +17,10 @@ document.getElementsByClassName("rua5Nb")[0].innerHTML
### FOR PARTICIPANTS NAMES:
<div class="cS7aqe NkoVdd">hargun (You)</div>

COMMAND TO GET
document.getElementsByClassName("NkoVdd")[0].innerHTML NAME OF STUDENT
## COMMAND TO GET
document.getElementsByClassName("NkoVdd")[0].innerHTML ( NAME OF STUDENT )


class="YvoLGe"
class="YvoLGe"


ocument.getElementsByClassName("YvoLGe")[1].textContent
Expand All @@ -48,15 +47,16 @@ document.getElementsByClassName("cS7aqe ")[0].textContent
document.getElementsByClassName("cS7aqe ")[1].textContent
"hargun kaur"


6/10/2020
# 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
> 6/10/2020
selenium used reached join meet call ended


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


0 comments on commit f742308

Please sign in to comment.