Hi guys! I’m practising using Anchor Base. I couldn’t get my bot to scrape the desired data until I changed the tag from DT to DD in the selector property within my “Get Text” activity.
Tried googling the definitions of each, but still unclear in my mind. Can someone help explain?
Those are indeed the definitions I came across. Just curious to better understand why my selector worked with DD rather than DT when targeting a phone number…
The tag attribute you will need, depends on the web application you are automating, in your case, if you want to get both DT and DD tags inside a DL, then you could use like find Children point to the DL tag.
That we couldnt tell without looking at the system itself… i mean if it is a DD tag, it cant work using DT as selector and the other way around as well…