brypwn
(Bryan John Ang)
1
Hi,
I am trying to use the Extract Table data function on UIPath Studio on [this].(Courses | Myskillsfuture.gov.sg)
However, the full title of the course is hidden on hover. Is it possible to edit the XML file to get the full title instead?
Thank you!
ppr
(Peter Preuss)
2
@brypwn
welcome the forum
have a look here:
give a try on following:
brypwn
(Bryan John Ang)
3
Hi,
thanks for your help. I saw this post earlier, but im not sure what to replace in the “attr” portion.
Do you have any idea?
Thanks!

ppr
(Peter Preuss)
4
as mentioned in the tutorial: we change the attribute from text to title as we want to grab this attribute value
but when inspecting the structure it has to be done on div level
brypwn
(Bryan John Ang)
5
Sorry, how do i change it on a div level? changing text to title doesnt seem to work either
Thanks!
ppr
(Peter Preuss)
6
we do this as described in the tutorial manually:
<column exact="1" name="Column1" attr="title">
<webctrl tag="div" idx="1"/>
<webctrl tag="div"/>
<webctrl tag="div" idx="2"/>
<webctrl tag="div" idx="1"/>
</column>