标签: python html selenium
答案 0 :(得分:0)
看起来jqTransformHidden类隐藏了它。删除该类并使其可见:
jqTransformHidden
dropdown = countries_dropdown.find_element_by_id('ControlGroupContact_ContactInputView_DropDownListCountry') driver.execute_script("arguments[0].className = '';", dropdown)