Could someone please help me. I would be very grateful to yo

Find a consultant or advertise your services here
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
Post Reply
taurul
Posts: 3
Joined: Mon Aug 03, 2015 8:36 am
Contact:

Could someone please help me. I would be very grateful to yo

Post by taurul » Mon Aug 03, 2015 8:49 am

Hi to all,
Could someone please help me. I would be very grateful to you.
I'm using imacros 8.3.4 version on a mac os on chrome version 44.0.2403.125 (64-bit)

So i'm trying to select all the delete checkboxes on a page, and the problem is that every checkbox has an unique id and name and I don't know how to setup the imacros to select all the delete checkboxes on every page except its unique name. Could you help me please?

Code: Select all

VERSION BUILD=8340723 RECORDER=CR
URL GOTO=https://www.xxxxxxxxxx.com
TAG POS=1 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15491
TAG POS=2 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15492
TAG POS=3 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15447
TAG POS=4 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15448
TAG POS=5 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15449
TAG POS=6 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15450
TAG POS=7 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15451
TAG POS=8 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15452
TAG POS=9 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15453
TAG POS=10 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15454
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: Could someone please help me. I would be very grateful t

Post by chivracq » Mon Aug 03, 2015 11:13 am

taurul wrote:Hi to all,
Could someone please help me. I would be very grateful to you.
I'm using imacros 8.3.4 version on a mac os on chrome version 44.0.2403.125 (64-bit)

So i'm trying to select all the delete checkboxes on a page, and the problem is that every checkbox has an unique id and name and I don't know how to setup the imacros to select all the delete checkboxes on every page except its unique name. Could you help me please?

Code: Select all

VERSION BUILD=8340723 RECORDER=CR
URL GOTO=https://www.xxxxxxxxxx.com
TAG POS=1 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15491
TAG POS=2 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15492
TAG POS=3 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15447
TAG POS=4 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15448
TAG POS=5 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15449
TAG POS=6 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15450
TAG POS=7 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15451
TAG POS=8 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15452
TAG POS=9 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15453
TAG POS=10 TYPE=LABEL FORM=NAME:fm ATTR=TXT:Delete<SP>Review
TAG POS=1 TYPE=INPUT:RADIO FORM=NAME:fm ATTR=ID:delete_15454
You don't sound like you are looking for an iMacros Consultant but rather for Free Help on the Forum... :roll:

I'll answer your Thread once an Admin will have moved your Thread to the correct Forum...
(No need to duplicate your Thread in some other Sub-Forum as you cannot delete this Current Thread anymore... (And I consider Duplicate Threads as Spam... (And I don't answer them of course...!)))
- (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