Meet-Automation
Meet-Automation copied to clipboard
Line 43 bug.
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. 😂
Awesome! I didn't notice this change. Feel free to add a pull request anytime.
Welcome to the lazy gang @SentineL-log \^o^/