select dropdown problem ATTR=ID change every time

Discussions and Tech Support specific to the iMacros Firefox add-on.
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
andrewvbullock
Posts: 1
Joined: Wed Jan 09, 2019 1:34 pm

select dropdown problem ATTR=ID change every time

Post by andrewvbullock » Tue Jan 15, 2019 10:31 pm

Hello
I have problem on select drop down menu cauz id name change every time i want to record CLASS: and name change

URL GOTO=https://mail.google.com/mail/u/0/#settings/general
TAG POS=1 TYPE=SELECT ATTR=ID::aq CONTENT=%10
TAG POS=1 TYPE=INPUT:RADIO ATTR=ID::cc

Firefox version 55.0.3
imacros 8.9.7

this ID: => ::aq
changer every time i reload the page any help plz
chivracq
Posts: 10301
Joined: Sat Apr 13, 2013 1:07 pm
Location: Amsterdam (NL)

Re: select dropdown problem ATTR=ID change every time

Post by chivracq » Wed Jan 16, 2019 3:01 am

andrewvbullock wrote:
Tue Jan 15, 2019 10:31 pm
Hello
I have problem on select drop down menu cauz id name change every time i want to record CLASS: and name change

Code: Select all

URL GOTO=https://mail.google.com/mail/u/0/#settings/general
TAG POS=1 TYPE=SELECT ATTR=ID::aq CONTENT=%10
TAG POS=1 TYPE=INPUT:RADIO ATTR=ID::cc

Code: Select all

Firefox version 55.0.3
imacros 8.9.7
this ID: => ::aq
changer every time i reload the page any help plz
Not clear what that 'aq' Element is if the 'ID' is changing if you don't mention which DDLB you are trying to select...

But look at the Source of the Page or fire an 'EXTRACT=HTM' to identify the Class of that Object...

And probably easier would be to use 'Relative Positioning' with the 'Anchor' on the "Maximum page size:" or "Undo Send:" Label (which are the only 2 DDLB's with a '[10]' Entry)... :idea:
- (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