IE8 vs iMacros Browser

Discussions and Tech Support related to automating the iMacros Browser or Internet Explorer from any scripting and programming language, such as VBS (WSH), VBA, VB, Perl, Delphi, C# or C++.
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
MattBell7
Posts: 627
Joined: Thu Nov 26, 2009 11:07 am
Location: United Kingdom

IE8 vs iMacros Browser

Post by MattBell7 » Tue Dec 15, 2009 5:10 pm

I'm having some issues with compatability between the iMacros browser and IE8.

In one of our web applications, i want to select the cell containing 'Address'

In IE8 the following command works
TAG POS=1 TYPE=TD ATTR=TXT:Address

but in iMacros browser i have to have
TAG POS=1 TYPE=TD ATTR=TXT:Address<SP>

while i can put a * after Address, this isnt what i want as i wouldnt want to select something like Address 1

can you advise what i can do to get around this problem?
Thanks

(currently using v6.85)
Marcia, Tech Support

Re: IE8 vs iMacros Browser

Post by Marcia, Tech Support » Wed Dec 16, 2009 10:08 pm

Hello,

Could you please, send me the URL where you see this problem?
MattBell7
Posts: 627
Joined: Thu Nov 26, 2009 11:07 am
Location: United Kingdom

Re: IE8 vs iMacros Browser

Post by MattBell7 » Thu Dec 17, 2009 12:42 pm

unfortunately its an internal application on our network, which you cant access externally, i'll see if i can find an external equivelant. If it makes a difference its a SAGE CRM system, and i can probably provide the HTML from the screens if it will help.
Post Reply