Exception has occurred: TypeError 'WebElement' object is not subscriptable
问题 Hello guys I'm really a newbie to python and I just writing a piece of code that opens Whatsapp and you give it the person's name and the message then sends how many times you want. But when I start debugging the code it gives me this: Exception has occurred: TypeError 'WebElement' object is not subscriptable File "E:\Iliya\My Courses\Python\Projects\Whatsapp Robot\Whatsapp_Bot.py", line 15, in <module> msg = driver.find_element_by_class_name('_3FRCZ')[1] # ===================================