Edgeのポップアップのテキスト(画像赤枠)を取得したいのですが、結果空白になってしまいます。
テキストを取得アクティビティで、以下のようにセレクターを指定しています。
他の要素は「name」がありますが、それが取得したいテキストなので指定していません。
強調表示では正しい場所が選択できています。
抽出結果をプレビューすると以下のようになります。スクレイピングメソッドで何を選択しても同じです。
解決しそうな方法があればご教授ください。
Edgeのポップアップのテキスト(画像赤枠)を取得したいのですが、結果空白になってしまいます。
強調表示では正しい場所が選択できています。
抽出結果をプレビューすると以下のようになります。スクレイピングメソッドで何を選択しても同じです。
解決しそうな方法があればご教授ください。
After indicating the target element which you need to extract, give proper anchors and use UiExplorer to customize the selector attributes. And remove the idx which ever having number attribute uncheck those attributes. select proper attributes for target elements.
for anchors try to select aaname, visible text, inner text like that and for target element also select proper element.
Use UiExplorer it can resolve your problem
広い範囲を選択して取得できました!ありがとうございます。
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.