Page 1 of 1

'Back' button?

Posted: Sun Aug 14, 2011 6:55 pm
by dcodr
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

Re: 'Back' button?

Posted: Mon Aug 15, 2011 1:35 am
by webmaster
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();