Kalebu / alright

Python wrapper for WhatsApp web-based on selenium
https://www.youtube.com/watch?v=yitQTt-NukM
MIT License
368 stars 110 forks source link

error 'no such element: Unable to locate element' #81

Open eliyotz opened 2 years ago

eliyotz commented 2 years ago

i fixed self.browser.find_element_**by_xpath**('//div[@id="main"]/header/div[1]/div[1]/div[1]/span').get_attribute("data-testid") to self.browser.find_element(**By.XPATH**,'//div[@id="main"]/header/div[1]/div[1]/div[1]/span').get_attribute("data-testid") and i gets this error: selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//div[@id="main"]/header/div[1]/div[1]/div[1]/span"} (Session info: chrome=105.0.5195.54)