我遇到一个问题,即无法使用Selenium在select2下拉菜单中选择ID或项目。
driver.find_element_by_xpath("//select[@name='propertymanagementtype']/option[text()='Managed let']").click()
HTML代码
<select name="propertymanagementtype" id="propertymanagementtype">
<option selected VALUE=1>Managed let</option>
我收到了错误消息元素当前不可见,但在框架中却明显存在。我正在使用的Web应用程序已安装Select2。我在硒板上询问了为什么在尝试创建硒脚本时select2出现问题。如果有人知道如何绕过此操作,请告诉我。