在使用dyanmic span id时尝试断言role = Button

时间:2017-02-22 21:05:47

标签: selenium xpath dojo

我正在尝试验证页面上有一个名为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"));

0 个答案:

没有答案