Selenium2(WebDriver)總結(三)---元素定位方法

 元素定位的重要性不言而喻,如果定位不到元素談何操作元素呢,webdrvier提供了很多種元素定位方法,如ID,Name,xpath,css,tagname等。 例如需要定位如下元素: <input class="input_class" type="text" name="passwd" id="passwd-id" />  By.id:        WebElement element =
相關文章
相關標籤/搜索