Winrunner Question 76: Explain Get Text checkpoint from object/window with syntax?
Explain Get Text checkpoint from object/window with syntax?
- We use obj_get_text (<logical_name>, <out_text>) function to get the text from an object
- We use win_get_text (window, out_text [, x1, y1, x2, y2]) function to get the text from a window.

