我有以下HTML:
<button name="btnG" class="gbqfb" aria-label="Google Search" id="gbqfb"><span class="gbqfi"></span></button>
我下面的单击“ Google搜索”按钮的代码在WebDriver中使用Java时效果很好。
driver.findElement(By.id("gbqfb")).click();
我想将JavaScript与WebDriver 一起使用以单击按钮。我该怎么做?
波斯汪
相关分类