【发布时间】:2017-12-07 13:32:56
【问题描述】:
我需要自动选择 selenium 中的多下拉框。下面给出了包含下拉列表的 html 代码。每个组件的 html 代码都是使用 firebug 获取的。
<input type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" class="select2-input" id="s2id_autogen346" tabindex="-1" placeholder="" style="width: 269px;" aria-activedescendant="select2-result-label-367">
当我更改列表中的选择值时,我的 aria-activedescendant="select2-result-label-367" 值正在发生变化
【问题讨论】:
标签: java google-chrome selenium selenium-chromedriver