Window("* window name ").WinList("ListBox").Select "text in the list"Window("* window name").WinButton(" Add").ClickWhen these 2 above instruction is used it is clicking twice y?

Showing Answers 1 - 3 of 3 Answers

nadir

  • Jul 15th, 2011
 

As see in existing code part we can see that In first statement/Condition we are selecting some text value from drop down list. In Window base environment it would be Winlist and for Webbase this named as Weblist.
In second scenario we try to clicking a button to perform any operation (operation could be for saving data, removing any data or editing for any data) in same scenario the name for Window would be Winbutton and for Webbase environment Webbutton.

sailu

  • Jul 18th, 2011
 

it clicks 2times one click for selection from list of options,one for clicking winbutton.

  Was this answer useful?  Yes

That's correct adir,
Both the steps are performing two different functions. First is selecting some text from list and second is clicking some add button.

  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