Relative Content

Tag Archive for pythonseleniumselenium-webdriver

Handling drop down with selenium , X path method not working?

I am trying to click Python present in the testlang dropdown list with id of select as lang1 but I am getting error here as selenium.common.exceptions.ElementNotInteractableException: Message: element not interactable: Element is not currently visible and may not be manipulated , xpath I am trying is //select[@id ="lang1"]/option[@value="3"]