'Back' button?

Questions and answers about anything related to Helium Scraper
Post Reply
dcodr
Posts: 3
Joined: Thu Aug 11, 2011 2:07 pm

'Back' button?

Post by dcodr » Sun Aug 14, 2011 6:55 pm

Hello,

Is there any way to add a 'Back' action that navigates to the previous page? I'm trying to use "Navigate Each' on the 'View Details' link of this page:
http://www.fletchers.net.au/Properties- ... &x=49&y=13

But for some reason it can only open the first one, goes back to the first page then stops.

Thanks

webmaster
Site Admin
Posts: 521
Joined: Mon Dec 06, 2010 8:39 am
Contact:

Re: 'Back' button?

Post by webmaster » Mon Aug 15, 2011 1:35 am

Hi,

Just don't use the Simulate click option for this particular site.

If you would like to have a 'Back' action for any other reason, just use a Execute JavaScript action with this code:

Code: Select all

history.back();
Juan Soldi
The Helium Scraper Team

Post Reply