The elements of the drop down list im trying to use.
using
from selenium.webdriver.support.ui import Select
# my current attempt
OrderStatus = Select(driver.find_element_by_xpath("//select[@class='status-filter']"))
OrderStatus.select_by_index("2")
error -
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//select[@class='status-filter']"} (Session info: chrome=91.0.4472.124)*