您将如何选择具有特定 url 的 href 元素?
这是我的元素:
<a href="/test/issues/new" class="btn btn-primary float-right" role="button" data-hotkey="c" data-skip-pjax="">
New issue
</a>
我试过了I.click('New issue')
,I.click("div[href$='/test/issues/new']")
但失败了Node is either not visible or not an HTMLElement