I am trying to click on the drop-down shown in the figure
This is what I have tried
select = browser.find_element_by_xpath("//div[@class='chosen-container chosen-container-single']//a[@class='chosen-single chosen-single-with-deselect chosen-default']//input[@class='chosen-search-input']")
select.click()
But it give me this error
NoSuchElementException: Message: Unable to locate element: //div[@class='chosen-container chosen-container-single']//a[@class='chosen-single chosen-single-with-deselect chosen-default']//input[@class='chosen-search-input']
I tried the solution given by Sameer but now it gives me this error
ElementClickInterceptedException: Message: Element is not clickable at point (228,398) because another element obscures it