Closed allesman closed 2 years ago
The exception is thrown when I use messenger.find_by_username("...") I think the new way to do it in source code would be driver.find_element(By.XPATH, ...) instead of driver.find_elements_by_xpath
messenger.find_by_username("...")
driver.find_element(By.XPATH, ...)
driver.find_elements_by_xpath
https://github.com/Kalebu/alright/pull/79
The exception is thrown when I use
messenger.find_by_username("...")
I think the new way to do it in source code would bedriver.find_element(By.XPATH, ...)
instead ofdriver.find_elements_by_xpath