Forum Discussion
YMinaev
Staff
14 years agoHi,
If you're unable to simply call this object's Click method as you do with any other object, try using a native method which will initiate the OnClick handler. Look for performClick or similar methods of this object and call them in your test.
If you're unable to simply call this object's Click method as you do with any other object, try using a native method which will initiate the OnClick handler. Look for performClick or similar methods of this object and call them in your test.