Data Scrapping Issue

Hello everyone!

I’m trying to extract data from a table made with CSS, but I’m getting some issues trying to extract a particular element. That particular element is an image, but I don’t have any interest in the image itself, I would much rather be able to extract a tag inside that element.

This image is a visual representation of the Status a particular task has. When inspecting the element with UIExplorer I can find this information:

What I want to extract is the Title tag, but I’m having some troubles with it.

image

This is the automatically generated extractMetaData. I’ve tried many ways to retrieve the Title but so far with no success, can anyone help me please?

Thank you very much!

Best regards,
Carlos Damião

I’ve solved the issue.

For anyone that has the same problem, I solved it by changing the attr=“text” to attr=“Title”!

1 Like