私はこのコードを持っています
<a href="/iot/apply/device.do" id="subMenu1" class="fortification55"
onclick="$('#deviceinfo').hide()">Apply</a>
href を使用してリンクしようとしています
getDriver().findElement(By.name("subMenu1")).click();
しかし、私はこのエラーが発生しました
org.openqa.selenium.NoSuchElementException: Unable to find element with name == subMenu1 (WARNING: The server did not provide any stacktrace information)