How do I click a button that changes caption depending ..

Discussions and Tech Support related to website data extraction, screen scraping and data mining using iMacros.
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
whanaki
Posts: 8
Joined: Sun Jan 18, 2009 11:54 am

How do I click a button that changes caption depending ..

Post by whanaki » Tue Jan 20, 2009 5:50 pm

Hi,

I recorded a script in an English FF. At work my FF is installed in German. When I browse some company intranet sites they change the language depending on the browser locale. Due to this my iMacro script doesnt work anymore because it can't find the caption.

How can I make the script work language independent?

Currently I am using:
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:selector ATTR=VALUE:Aktualisieren

cu
Martin
dharmendra2000
Posts: 214
Joined: Fri Jul 04, 2008 1:28 pm
Location: Ahmedabad
Contact:

Re: How do I click a button that changes caption depending ..

Post by dharmendra2000 » Wed Jan 21, 2009 5:02 am

Please try
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:selector ATTR=VALUE:*
Instead of
TAG POS=1 TYPE=INPUT:SUBMIT FORM=NAME:selector ATTR=VALUE:Aktualisieren

It might solve your purpose, otherwise you have to select proper tag which diffrentiate that button (Other that caption of button).
Post Reply