Can someone translate this line for me?

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
balford
Posts: 1
Joined: Thu Jun 25, 2015 11:30 pm

Can someone translate this line for me?

Post by balford » Thu Jun 25, 2015 11:35 pm

Line 121: EVENT TYPE=CLICK SELECTOR="#grade_edit_tree_table>TBODY>TR:nth-of-type(5)>TD>A>IMG" BUTTON=0

I'm running into an error at this line and would like to track the problem down. I'm guessing that the macro is looking for something in the CSS that has moved/changed. Anybody have a suggestion? thank you.
Cobra99
Posts: 64
Joined: Thu Dec 25, 2014 12:17 am

Re: Can someone translate this line for me?

Post by Cobra99 » Sat Jun 27, 2015 1:01 am

nth-of-type(5) the number may change
VERSION BUILD=8820413 RECORDER=FX, WIN7 64-bit SK, Pale Moon 25.8.1(x86)
FCIM here http://forum.imacros.net/viewtopic.php?f=20&t=3331
skippyto
Posts: 108
Joined: Wed Aug 20, 2008 8:14 am

Re: Can someone translate this line for me?

Post by skippyto » Mon Jun 29, 2015 3:52 pm

Hi balford !

You are using the experimental record option. If you don't understand how the CSS selector works, I think the conventionnal record mode is much more understandable.

If you really want to use the experimental record option, you'll find some documentation about css here : http://www.w3schools.com/cssref/css_selectors.asp
Your answer is behind this link :)

Skippyto
Post Reply