Select Friend on FB

Discussions and Tech Support specific to the iMacros for Chrome extension.
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
ars187
Posts: 2
Joined: Fri Feb 11, 2011 3:23 pm

Select Friend on FB

Post by ars187 » Fri Feb 11, 2011 4:01 pm

Hi, I have a question.
Is Chrome not recognized macro for Facebook like Firefox when select the name. On Firefox working fine. But with Chrome not working. Like this :

Code: Select all

VERSION BUILD=7110203 RECORDER=FX
URL GOTO=http://apps.facebook.com/cityville/gifts.php?action=chooseRecipient&gift=material_ribbon
TAG POS=1 TYPE=SPAN ATTR=TXT:Firstname<SP>Secondname
I got error :
RuntimeError: element SPAN specified by TXT:FirstnameSecondname was not found
Tom, Tech Support
Posts: 3834
Joined: Mon May 31, 2010 4:59 pm

Re: Select Friend on FB

Post by Tom, Tech Support » Mon Feb 14, 2011 12:59 pm

Hi ars187,

Try recording a click on that element using iMacros for Chrome.
Regards,

Tom, iMacros Support
ars187
Posts: 2
Joined: Fri Feb 11, 2011 3:23 pm

Re: Select Friend on FB

Post by ars187 » Tue Feb 15, 2011 1:27 am

Dear Mr, thanks for your answer.
But that's the problem. When record using FF result like this.

Code: Select all

VERSION BUILD=7110203 RECORDER=FX
TAB T=1
URL GOTO=http://apps.facebook.com/cityville/gifts.php?action=chooseRecipient&gift=permits
FRAME F=7
TAG POS=1 TYPE=SPAN ATTR=TXT:firstname<SP>secondname
TAG POS=2 TYPE=INPUT:CHECKBOX FORM=ACTION:http://fb-client-0.cityville.zynga.com/gifts.php?action=sent&gift=permits&ts=xxxx ATTR=ID:ids[] CONTENT=NO
But using Chrome just like this (click not recorded)

Code: Select all

VERSION BUILD=3020924 RECORDER=CR
URL GOTO=http://apps.facebook.com/cityville/gifts.php?action=chooseRecipient&gift=permits
Have iMacros not handled yet click more deeper on website like FB game?
Tom, Tech Support
Posts: 3834
Joined: Mon May 31, 2010 4:59 pm

Re: Select Friend on FB

Post by Tom, Tech Support » Tue Feb 15, 2011 2:44 am

Hmmm... it seems like iMacros for Chrome might be having trouble detecting the correct frame. Can you try this:

Code: Select all

VERSION BUILD=3020924 RECORDER=CR
URL GOTO=http://apps.facebook.com/cityville/gifts.php?action=chooseRecipient&gift=permits
FRAME F=7
TAG POS=1 TYPE=SPAN ATTR=TXT:firstname<SP>secondname
Regards,

Tom, iMacros Support
Post Reply