WinRunner Question:
How to check property of specific Icon is highlighted or not?

Answer:
set_window("Name of the window");
obj_check_info("Name of the object ","focused",0ut_value);
check for out_value & proceed further
obj_check_info("Name of the object ","focused",0ut_value);
check for out_value & proceed further
Previous Question | Next Question |
How to force WR to learn the sub-items on a menu? | BitMap or GUI Checkpoints |