selenium2 class定位

2021-07-02 17:05 更新

知道?class?就使用這個定位,只返回匹配的第一個,無元素匹配,會拋出?NoSuchElementException?異常。

實例:

<html>
 <body>
  <p class="content">Site content goes here.</p>
</body>
<html>

定位?p?元素:

content = driver.find_element_by_class_name('content')


以上內(nèi)容是否對您有幫助:
在線筆記
App下載
App下載

掃描二維碼

下載編程獅App

公眾號
微信公眾號

編程獅公眾號