How can I get text on the object?what command can I close the web application?

Showing Answers 1 - 3 of 3 Answers

pratibha

  • Mar 29th, 2006
 

you can get text on the object by GetRoProperty.

  Was this answer useful?  Yes

Ganesh

  • Apr 18th, 2006
 

To get the text from the object we can use

getRoProperty.

Ex:

Window("Flight Reservation").WinEdit("Name:").GetROProperty("text")

To Close the Web application we can use

Browser("Google").Close

  Was this answer useful?  Yes

Shravan Kumar

  • Jul 5th, 2007
 

Hi,

To close the application windows, you can use the following command:

SystemUtil.CloseDescendentProcesses

The above command closes all the open IE windows.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions