Im trying to scrape the data from website using the table extraction activity in UiPath.
Could not extract the mouse hover text . Kindly let me know the solution to get the hover text ?
After you hover you might needs to scrape that element which is visible once you hover
if it is available in backend then you can try with get text on the element
cheers
1 Like
In some cases, you cannot just scrape the text that appears after you hover, nor you can get it with Get Text. You might want to look into the Get Attribute activity after you’ve identified the attribute you’re looking for (UI Explorer can help with that).
1 Like
Thank you both for your response. Let me try with that
1 Like