Forum Discussion
JavierCollRodri
13 years agoContributor
Hi ram,
I'm sorry, but I can only give you an example on JavaScript, my vb is too poor and I can make you get lost.
If you follow the links I posted, there are examples on every language, including vb.
If you are having real trouble, you can start by recording clicks on every link, TC will store its parent and every link, and keep working on that.
But in fact, that is what you have to do (more or less) in pseudo - very pseudo - code
page = browser(<BROWSER>).page(<PAGE>)
properties = array("idStr")
values = array("firstDiv")
div = page.find(properties, values)
properties = array("ObjectType")
values = array("Link")
links = page.findAll(properties, values)
I hope it helped
I'm sorry, but I can only give you an example on JavaScript, my vb is too poor and I can make you get lost.
If you follow the links I posted, there are examples on every language, including vb.
If you are having real trouble, you can start by recording clicks on every link, TC will store its parent and every link, and keep working on that.
But in fact, that is what you have to do (more or less) in pseudo - very pseudo - code
page = browser(<BROWSER>).page(<PAGE>)
properties = array("idStr")
values = array("firstDiv")
div = page.find(properties, values)
properties = array("ObjectType")
values = array("Link")
links = page.findAll(properties, values)
I hope it helped
Related Content
Recent Discussions
- 27 minutes ago
- 15 hours ago
- 7 days ago
- 10 days ago