pagefactory モードを使用し、Bean ファイルで xpath を使用して WebElement を宣言します。
@FindBy(xpath ='//div[5]/div/div/dl/dd[4]')
def public WebElement nextPage //nextpage
そして私のファクトリーファイル(このクラスはBeanクラスを拡張します)で、私は使用しました
nextPage.getAttribute("class")
しかし、結果はnullまたは空を返します。理由はわかりません...次のhtmlのクラスを取得して、これがクリック可能なリンクか一般的なテキストかを判断したいだけです。
ここにhtmlがあります:
<a class="easyquery_paginglink" href='javascript:gotoPage("consumeRecord","consumeRecord",2)'>nextpage</a>