Forum Discussion
- rraghvaniChampion Level 3
The object that you are performing the action on, may not be fully rendered, so the control may have zero size.
Try to insert a delay, and see if that works. Check the coordinates are correct and are within the bounding rectangle of the UI control.
Also, try click without coordinates too.
See Handling 'There was an attempt to perform an action at point...' Errors
- A79969Occasional Contributor
thank you,when I use "popupRoot.ItemsControl.WPFObject("ContentPresenter", "", 2).WPFObject("CheckBox", "", 1).ClickButton(cbChecked)",and not use the recorded code "popupRoot.ItemsControl.CheckboxAllAmbulance.ClickButton(cbChecked)",it can be selected all the time
Related Content
- 5 years ago
- 10 years ago