I would like to do a click action on any of the white space
But if I choose activity Click and select the highlighted area, uipath will return an error(plz refer to attached):
Source: Send Hotkey ‘client MsRdpClient’
Message: Cannot find the UI element corresponding to this selecto:
Exception Type: UiPath.Core.SelectorNotFoundException
So which activity should I choose in order to do a single click inside the highlighted area?
mention the aaname attribute with wild card *
like this aaname = ‘*’ and title as title = ‘*’
finally make sure that SIMULATE CLICK property in the property panel of CLICK ACTIVITY is enabled and then try once