selenium.common.exceptions.InvalidSelectorException

页面元素以下code <input type="text" maxlength="20" class="form-control search-input"> 在selenium中使用以下方式取元素会报错orm WebElement searchInput = driver.findElement(By.className("form-control search-input")); seleni
相关文章
相关标签/搜索