Navigate Forward

Support for iMacros. The iMacros software is the unique solution for automating every activity inside a web browser, for data extraction and web testing.
Forum rules
iMacros EOL - Attention!

The renewal maintenance has officially ended for Progress iMacros effective November 20, 2023 and all versions of iMacros are now considered EOL (End-of-Life). The iMacros products will no longer be supported by Progress (aside from customer license issues), and these forums will also no longer be moderated from the Progress side.

Thank you again for your business and support.

Sincerely,
The Progress Team

Before asking a question or reporting an issue:
1. Please review the list of FAQ's.
2. Use the search box (at the top of each forum page) to see if a similar problem or question has already been addressed.
3. Try searching the iMacros Wiki - it contains the complete iMacros reference as well as plenty of samples and tutorials.
4. We can respond much faster to your posts if you include the following information: CLICK HERE FOR IMPORTANT INFORMATION TO INCLUDE IN YOUR POST
Post Reply
UmairYASEEN
Posts: 1
Joined: Mon Apr 23, 2018 9:22 am

Navigate Forward

Post by UmairYASEEN » Mon Apr 23, 2018 9:33 am

Hi,This is my first post in imacros forum, My question is that is there a command to click on next page arrow in chrome/firefox navigation bar, i have tried implementing hotkey for next page but it doesn't work , and yes i know i can just add URL GOTO=https://www.ABC.com but that is not what i am looking, judging from https://imacros.net/whats-new/ there should be a option for navigate forward but there isn't, maybe i am missing something can anyone helpe me with problem, thank you and sorry for bad english
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Navigate Forward

Post by chivracq » Mon Apr 23, 2018 11:19 am

UmairYASEEN wrote:Hi,This is my first post in imacros forum, My question is that is there a command to click on next page arrow in chrome/firefox navigation bar, i have tried implementing hotkey for next page but it doesn't work , and yes i know i can just add URL GOTO=https://www.ABC.com but that is not what i am looking, judging from https://imacros.net/whats-new/ there should be a option for navigate forward but there isn't, maybe i am missing something can anyone helpe me with problem, thank you and sorry for bad english
CIM/FCIM...! :mrgreen: (Read my Sig...)
The 'whats-new' Page you mention is about iMB v12.0 while you mention using FF/CR, so that doesn't sound very relevant to me..., Web-Page Navigation has been implemented in iMacros since v1.0 about 10 years ago, so you won't find anything about it in some "Whats-New" Page... (Hum, and I don't think there is any "Whats-Old" Page, ah-ah...! :wink: )

"... but it doesn't work" is always completely "vague" if you don't mention what you've tried...!

I don't really understand your Qt as well to be honest, I don't really know what "next page arrow" is, be precise and give concrete Example(s)...
Last edited by chivracq on Mon Apr 23, 2018 5:12 pm, edited 1 time in total.
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
User avatar
thecoder2012
Posts: 446
Joined: Sat Aug 15, 2015 5:14 pm
Location: Internet
Contact:

Re: Navigate Forward

Post by thecoder2012 » Mon Apr 23, 2018 3:14 pm

UmairYASEEN wrote:I don't really understand your Qt as well to be honest, I don't really know what "next page arrow" is, be precise and give concrete Example(s)...
I think the back and forward buttons in the Browser.
UmairYASEEN wrote:i have tried implementing hotkey for next page but it doesn't work
Your try/example? I think (global) hotkey is required in this case.
UmairYASEEN wrote: , and yes i know i can just add URL GOTO=https://www.ABC.com
Sure but not really same. See this old thread
UmairYASEEN wrote:...but that is not what i am looking, judging from https://imacros.net/whats-new/ there should be a option for navigate forward but there isn't, maybe i am missing something can anyone helpe me with problem
I see nothing in your whats-new because main menu buttons and no new function in my eyes.
New main menu buttons (icons), for standard browser actions (home, navigate forward, navigate backward, and refresh)
It's possible with URL GOTO and Javascript:

Code: Select all

URL GOTO=javascript:window.history.forward();
Tested with iMacros 8.9.7, Win8.1 and Firefox (e.g. Waterfox v55)
Join 9kw.eu Captcha Service now and let your iMacros continue downloads and scripts while you sleep. - Custom iMacros? Contact me! :idea:
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Navigate Forward

Post by chivracq » Mon Apr 23, 2018 5:08 pm

Pfff...!, and you don't need to go spamming the Forum by opening a Duplicate..., you can better follow up in this current one...
UmairYASEEN wrote:What is command for Page forward navigation key, Like BACK is for backpage REFRESH is for refreshing and so on but i can't find command for next page, I have completed the script except for the next page Key, Everytime i try to put anything close to forward command some kind of bug occurs and i am missing 3-5 lines of commands and at the of the script i get BACK command again and yes i know about goto url command but that is not what i am looking for, Thanks you :)

Code: Select all

iMacros V110.0.1, Windows 10, Chrome
=> Can you delete the Duplicate...!?
- (F)CI(M) = (Full) Config Info (Missing): iMacros + Browser + OS (+ all 3 Versions + 'Free'/'PE'/'Trial').
- FCI not mentioned: I don't even read the Qt...! (or only to catch Spam!)
- Script & URL help a lot for more "educated" Help...
Post Reply