I am trying to open a drop down and select a option but every time I use the find_element_by_id feature I get an error.
selenium.common.exceptions.ElementNotInteractableException: Message: Element <button id="dropDown" class="btn btn-default dropdown-toggle custom-button" name="dropDown" type="button"> could not be scrolled into view
Here is the dropdown and code
Some one had a similar problem and solved it but for some reason he didnt include how.
He only said he used actionsChains but that didnt really work either