As the new meet update is here, line 43 of the code is causing the program to error.
In the meeting_join() function, at the line 43, the for loop to press the key 'tab' should be changed now, because of the new web elements in the update.
for i in range(5) should be changed to for i in range(7) as the number of 'tabs' pressed is 7. and i personally added a time.sleep(0.2) between the 'tabs'.
@prashanth-up Hope you see this.
Thank you for the boost you gave in my lazyness. 😂
As the new meet update is here, line 43 of the code is causing the program to error.
In the
meeting_join()function, at the line 43, the for loop to press the key 'tab' should be changed now, because of the new web elements in the update.for i in range(5)should be changed tofor i in range(7)as the number of 'tabs' pressed is 7. and i personally added atime.sleep(0.2)between the 'tabs'.@prashanth-up Hope you see this.
Thank you for the boost you gave in my lazyness. 😂