HOW OPEN SEVERAL LINKS ON WEB PAGE

cs.andras

Active Member
Hi,
I would use a counter loop with a spied link element, (getting all matches), specifying the font size for example which separates main links from others.

Note: In the future, please do not use capitals. In general internet communication it is considered shouting and usually rude.
 

cs.andras

Active Member
You said you need top 10, that's why I'd use a counter loop. A collection would also be necessary. Spy an element that corresponds with the link titles - I would suggest using the font size property - if available - checked to distinct the main links from other (non relevant) hyperlinks. Set the match index to a dynamic value, then when reading properties from the spied element 10 times (here comes the loop in the picture) change (increment) the match index by one and add each link to the collection.
 
Top