I'm trying to select an element in a drop-down menu. I tried to use "driver.find_element_by_xpath" call to locate the item in the list. The problem is that I can't select it. I tried ".click()" call but the error says that the element is not interactable. How can I select the item given the HTML code in the image below?
↧