无法使用Xpath从下拉框中选择值

时间:2018-12-03 11:50:08

标签: java selenium

enter image description here我正在尝试使用下拉框的定位器,但给出了错误

  

“ org.openqa.selenium.support.ui.UnexpectedTagNameException:元素   应该是“选择”但应该是“输入”。

我的Xpath是:

@FindBy(xpath = "//simple-dropdown-field[@label='Authorization System Type']//input[@id='state']")
static WebElement systemTypedropDown;

这是我要从中获取定位器的代码。

enter image description here

0 个答案:

没有答案