のHTMLを返さない:GetTextは()の明確化XPathは値
<strong class="text-xl ng-binding" ng-bind="summary.PublishedIssuedRecent">5</strong>
私のxpath:
@FindBy(how = How.XPATH, using = "//strong[@ng-bind='summary.PublishedIssuedRecent']")
public WebElement countRecentlyPublishedApplication;
String pubCount = countRecentlyPublishedApplication.getText();
私の期待私は5
の値を抽出したい
しかし、私はpubCount
文字列で空の値を得ています、間違いがあればお勧めします私のxpath
私はあなたがセレンを使用していると仮定します。その場合は、それぞれのタグを追加してください。 – Markus