Internet Library Question - How to retrieve every link?
Posted: Mon May 09, 2011 6:39 pm
So I was able to open the revbrowser and I am able to navigate to a specified website using the following code
There are several links on this website and I would like to retrieve a list of all available links. Then my app should navigate to each link
and stay there for several seconds. Is this possible with Revolution?
My attempt to navigate to each retrieved link would look like this:
The only problem for me is to retrieve this list of links and put the into variables.
Any kind of help is appreciated!
Regards,
Masterchief
Code: Select all
revBrowserNavigate tBrowserId, "http://www.ybbo.de/member/index.php"
and stay there for several seconds. Is this possible with Revolution?
My attempt to navigate to each retrieved link would look like this:
Code: Select all
revBrowserNavigate tBrowserId2, tRetrievedLink_1
wait 2 seconds
revBrowserNavigate tBrowserId2, tRetrievedLink_2
wait 2 seconds
revBrowserNavigate tBrowserId2, tRetrievedLink_3
wait 2 seconds
revBrowserNavigate tBrowserId2, tRetrievedLink_And_So_On
wait 2 seconds
Any kind of help is appreciated!
Regards,
Masterchief