需求:需要獲取所在頁面上的列表中的數據的行數
可以用到的關鍵字:Get Matching Xpath Count
${count} Get Matching Xpath Count xpath=//dd[contains(@class, 'preachListItem clears')] #獲取列表數據量
log ${count}
當前的關鍵字只能獲取當前頁的數據,如果列表中數據為多頁,則需要用其他寫法