我正在尝试验证页面上有一个名为Select
的按钮。 “选择”按钮具有动态范围ID。
这就是萤火虫向我展示的内容:
<span id="dijit_form_Button_18" class="dijitReset dijitStretch dijitButtonContents" data-dojo-attach-point="titleNode,focusNode" role="button" aria-labelledby="dijit_form_Button_18_label" tabindex="0" aria-disabled="false" style="-moz-user-select: none;">
这是我的代码,它会产生断言错误!
Assert.assertEquals("button",driver.findElement(By.xpath("//span[.='Select']")).getAttribute("role"));