teja156 / microsoft-teams-class-attender

A bot to attend classes on microsoft teams
347 stars 191 forks source link

Subchannels in teams #9

Open parinay602 opened 4 years ago

parinay602 commented 4 years ago

Hey what if we have subchannels like these image Please Help

amalthomas-exe commented 4 years ago

You have to get the element name by inspecting it. then add the following code at a suitable location (if you are able to understand the command flow) driver.find_element_by_name("<Element name>").click()