Forum Discussion
anitha123
13 years agoContributor
Hi Deva,
Thanks for the reply, when i tried the below it is throwing an exception.
I have attached pop up window snapshot. There are two buttons inside that "Queue" and "Cancel". These buttons are not recognized. Please give me a solution to recognize these objects when playing back.
I have recorded the script and when i playback it doesnt click on that button. Please let me know the solution.
Thanks and regards,
Anitha
Thanks for the reply, when i tried the below it is throwing an exception.
I have attached pop up window snapshot. There are two buttons inside that "Queue" and "Cancel". These buttons are not recognized. Please give me a solution to recognize these objects when playing back.
I have recorded the script and when i playback it doesnt click on that button. Please let me know the solution.
function Popupmenu()
{
listBox = grid.PrintQueueUserControl.Grid.Grid.Border.grid1.Grid.Border.Grid.HorizontalListBox;
listBox.ClickItem(i);
listBox.ClickItem(i);
}
Thanks and regards,
Anitha