I want to capture all the text that comes under one html div class. PFB the values that I want to capture.
Css selector: div[uitestid=“gwt-debug-metric”]
Both 99.79 and 99.05 comes under the above css selector
I want to capture both.
I have tried using data scrapping activity, it will work initially and the next day it won’t capture any data.
@Ebison_J Use Find Children Activity and check if it is able to Extract the required Values. But make sure you’re choosing the right element. In any case , can you send the screenshots of the selector of that particular element that you want to Extract using UiExplorer. Make sure it shows the whole UiExplorer Panel.
What i believe is, your outer DIV is changing or ur div is duplicate under outer DIV.
If possible go to source of web page and look for similar DIV and see, is there any duplicate DIV.