Posts: 36
Threads: 22
Joined: Dec 2011
Reputation:
0
02-07-2012, 05:38 AM
Hi,
I have 3 menu items on a page and I can expand and collapse these menus by clicking the + or minus icon. But when I run the script it does not know the difference between the 3 + icons when I try to expand them becaus all the + icon images have the same name "icon_expand"
Thanks,
Sqadri
Posts: 424
Threads: 10
Joined: Aug 2011
Reputation:
0
02-07-2012, 10:56 AM
Try using the index property.
Posts: 36
Threads: 22
Joined: Dec 2011
Reputation:
0
02-08-2012, 03:32 AM
Hi Rajpes,
Thanks, I tried it and it worked one time and after that it did not work. In the meantime I used x and y coordinates--I dont like this approach but for now. Do you have any other solution please?
Thank you,
Sqadri
Posts: 275
Threads: 4
Joined: Jul 2011
Reputation:
0
02-08-2012, 11:44 AM
attach screenshot with object spy details, let's see
Posts: 4
Threads: 2
Joined: Jun 2011
Reputation:
0
07-05-2012, 11:19 PM
(This post was last modified: 07-05-2012, 11:25 PM by roselin6.)
Hi,
I have a webtable like below
Req No. Status Date Copy
12345 Initial 5-Jul-12 Print_Icon
45677 InProgress 5-Jul-12 Print_Icon
6545 Initial 5-Jul-12 Print_Icon
I have to capture the Req No. according to the order submitted.
here the only unique value is comments and which can be seen inside the print_icon.png. I should open the image and check for the unique comment and then capture the corresponding req.no.
Please help me.