无法使用selenium webdriver单击“a”标记元素

时间:2017-06-10 06:54:38

标签: selenium-webdriver

对于以下HTML

<a type="button" id="commentedit-1-1-2-1-GRQ" class="btn btn-default btn-xs icon-button pull-right" onclick="showResponseCommentEditForm(1,1,2,1,'GRQ')" data-toggle="tooltip" data-placement="top" title="" data-original-title="Edit this comment"><span class="glyphicon glyphicon-pencil glyphicon-primary"></span

我正在使用

browser.driver.findElement(By.id("commentedit-1-1-2-1-GRQ").click();

但上面的命令不起作用。有什么帮助吗?

0 个答案:

没有答案