-
Junior Member
Rational robot is taking 1st icon instead of 4th icon
Hi all
I'm using rational robot,My problem is
In one coloumn many edit icons there, i recorded 4th icon using rational robot, while play back the scripts the rational robot taking 1st icon, how can solve this issues. if you have any idea pls reply me.
Thanks
udhayakumar
-
Junior Member
Re: Rational robot is taking 1st icon instead of 4th icon
you can use below solution to click on required object
Take object property of each icon, like
Result = sQAGetProperty("Name of the Object","property like innertext",sValue)
check using instr if that string has "1" or property has "1" as value or any recognisation string which says this is 1 st icon
Code: Instr(String, String to search)
click Code: e.g. HTMLImage Click, "Name of Object",""
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules