我正在尝试创建一个selenium脚本,但当我试图点击一个按钮时卡住了#34; Save"。我已经给出了以下html可用

时间:2015-02-17 13:38:46

标签: java selenium

<button id="ext-gen1546" autocomplete="off" role="button" hidefocus="true" type="button" style="width: 69px;">

<span id="ext-gen1548" class="x-btn-inner" 

style="width: 69px;">Save</span>
<span id="ext-gen1549" class="x-btn-icon">
</span>
</button>

以上是此“保存”按钮的HTML。 ID是动态的 尝试上课但无法找到元素。

1 个答案:

答案 0 :(得分:-1)

为什么不尝试

  

driver.findElement(By.tagName("button"));