new imacros version ? "iMacros 2021.0"

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
lukasz
Posts: 41
Joined: Fri Jan 24, 2020 10:26 am

new imacros version ? "iMacros 2021.0"

Post by lukasz » Tue Mar 23, 2021 2:57 pm

I found some new command on the wiki that I haven't seen before, it look like a new version of imacros? i have a new computer so i downloaded the latest trial version. but I don't think this is any newer version
this is the command I'm talking about:
-ng Starts iMacros 2021.0 Browser.


https://wiki.imacros.net/iimOpen
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: new imacros version ? "iMacros 2021.0"

Post by chivracq » Tue Mar 23, 2021 3:53 pm

lukasz wrote:
Tue Mar 23, 2021 2:57 pm
I found some new command on the wiki that I haven't seen before, it look like a new version of imacros? i have a new computer so i downloaded the latest trial version. but I don't think this is any newer version
this is the command I'm talking about:
-ng Starts iMacros 2021.0 Browser.


https://wiki.imacros.net/iimOpen

Hum, yep indeed, quite a few New Commands and a few Changes...: :o
(Scroll to Bottom of the Page on the Link for the last Modifications to Wiki-Pages...)

=> New Commands:
PRINTPDF‏‎ (20:26, 18 March 2021)
!IGNORE_ELEMENTNOTFOUND‏‎ (01:26, 19 March 2021)
!IGNORE_TIMEOUT‏‎ (05:23, 19 March 2021)
!IRTIME‏‎ (05:29, 19 March 2021)
!LOG_EXTRACTED_DATA‏‎ (05:32, 19 March 2021)
=> Changes:
DirectScreen Technology‏‎ (17:11, 18 March 2021)
PROXY‏‎ (06:32, 19 March 2021) [Missing Screenshot btw...! :!: :shock: ]
iimOpen‏‎ (11:43, 23 March 2021)

But, yep-yep..., @Tom from @TechSup has mentioned the Name indeed once or twice, the New Version of iMB will be based on Chromium... :|
And hum, "-ng", => "Next Generation" maybe...!? 8) :P :P

(I haven't "seen" it yet, a few Users are already Alpha/Beta-Testing it since a few months...)
Last edited by chivracq on Mon Mar 29, 2021 1:33 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...
Tom, Tech Support
Posts: 3834
Joined: Mon May 31, 2010 4:59 pm

Re: new imacros version ? "iMacros 2021.0"

Post by Tom, Tech Support » Mon Mar 29, 2021 1:27 pm

Yes, the documentation team has been updating the wiki ahead of the upcoming release of iMacros 2021, which includes the new iMacros browser based on Chromium. The new release should be available later next month (second half of April).
Regards,

Tom, iMacros Support
lukasz
Posts: 41
Joined: Fri Jan 24, 2020 10:26 am

Re: new imacros version ? "iMacros 2021.0"

Post by lukasz » Mon May 24, 2021 9:17 pm

I am just using imacros browser 2021 (demo). but I don't see the extraction tool at all like it was in the old imacros brwoser
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: new imacros version ? "iMacros 2021.0"

Post by chivracq » Tue May 25, 2021 12:37 am

lukasz wrote:
Mon May 24, 2021 9:17 pm
I am just using imacros browser 2021 (demo). but I don't see the extraction tool at all like it was in the old imacros brwoser

Yep, not implemented yet, ... mentioned in the Release Notes...:
Extraction wizard is not available. Use manual creation instead.
- (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...
lukasz
Posts: 41
Joined: Fri Jan 24, 2020 10:26 am

Re: new imacros version ? "iMacros 2021.0"

Post by lukasz » Thu May 27, 2021 6:49 pm

ok so i have a new version installed now. but the scripting interface does not seem to work in the demo.


in my opinion this should open a new imacros browser: (VBS)

Code: Select all

Dim iim1, iret
Set iim1= CreateObject ("imacros")
iret = iim1.iimOpen("-ng")
Tom, Tech Support
Posts: 3834
Joined: Mon May 31, 2010 4:59 pm

Re: new imacros version ? "iMacros 2021.0"

Post by Tom, Tech Support » Mon Jun 07, 2021 11:00 am

lukasz wrote:
Thu May 27, 2021 6:49 pm
ok so i have a new version installed now. but the scripting interface does not seem to work in the demo.


in my opinion this should open a new imacros browser: (VBS)

Code: Select all

Dim iim1, iret
Set iim1= CreateObject ("imacros")
iret = iim1.iimOpen("-ng")
Hi lukasz,

Yes, this should work. Are you getting an error (what is the value of iret)? What other behavior are you observing? Or have you already resolved this for yourself?
Regards,

Tom, iMacros Support
Post Reply