Hi,
I am working on vb code to perform web automation. I understand that getting a data from the web is achievable usually by using e.g. getelementsbytagname("table") and further narrow down to getelementsbytagname("tr") and then getelementsbytagname("td"). I am curious if I could do it reversely. I am running into a situation where I found a <a> tag and wish to using the location of the <a> tag to look for e.g. <tr> tag that includes the <a> tag. Is it possible to do that?
Bookmarks