Hi. I get this error when trying to tap on the WebView button that is displayed over the main view. This is actually a modal. I can find this button only with Computer Vision or by Image. But in both cases I get this error “NotImplementedException”. Can yuo please help me?
"message": "Tap: {\"$id\":\"1\",\"$type\":\"UiPath.MobileAutomation.Exceptions.ExceptionMessage, UiPath.MobileAutomation\",\"Message\":\"The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource\",\"FaultCode\":\"NotImplementedException\"}",
@Anil_G Thanks for an answer.
It doesn’t work at all. I have many different modals that are displayed over the main view and I can’t operate with any of them. I can’t set text, get text, tap… Probably, because of the WebView. Do we have any solutions for WebView? Is it possible to switch into WebView? Or do we have any additional dependencies, activities that might help me?