标签: java selenium
我正在尝试使用下拉框的定位器,但给出了错误
“ org.openqa.selenium.support.ui.UnexpectedTagNameException:元素 应该是“选择”但应该是“输入”。
我的Xpath是:
@FindBy(xpath = "//simple-dropdown-field[@label='Authorization System Type']//input[@id='state']") static WebElement systemTypedropDown;
这是我要从中获取定位器的代码。