經過WebElement接口獲取值ide
size 獲取元素的尺寸url
text 獲取元素的文本接口
get_attribute(name) 獲取屬性值get
location 獲取元素座標,先找到要獲取的元素,再調用該方法源碼
page_source 返回頁面源碼it
driver.title 返回頁面標題io
current_url 獲取當前頁面的URLclass
is_displayde() 判斷該元素是否可見select
is_enabled() 判斷元素是否被使用方法
is_selected() 判斷元素是否被選中
tag_name 返回元素的tagName