Forum Discussion
YMinaev
Staff
14 years agoHi,
Most probably, there's no 'Panel' object whose index is equal to 3. Make sure that you use the correct index or omit it if there're no similar objects on the same hyerarchy level. If there're several 'Panel' objects, use Find to obtain the button you need to click. Start searching from WinFormsObject("TpsControl") to omit the panel.
Most probably, there's no 'Panel' object whose index is equal to 3. Make sure that you use the correct index or omit it if there're no similar objects on the same hyerarchy level. If there're several 'Panel' objects, use Find to obtain the button you need to click. Start searching from WinFormsObject("TpsControl") to omit the panel.