Selenium is unable to find an element on a webpage, here is the python code
element = driver.find_element(By.CLASS_NAME, "_13NKt copyable-text selectable-text")
Here is an image of the element it is supposed to find, class highlighted
And here is the important line of the error message:
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":"._13NKt copyable-text selectable-text"}
(Session info: chrome=103.0.5060.134)