alright
alright copied to clipboard
error 'no such element: Unable to locate element'
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)