i am doing web scrapping on brain scan cases. Loading all the case url using pagination logic of next button, but when i need to extract data from the individual case page my selectors are creating issue. warnings like "Target was found using fallback method ‘computer vision’ . i tried to use wild card selectors also reindicated the ui element on the get text activity, but still facing the same issue. i am using the free version of the ui path. please kindly help me out waiting for communities response.
Try to use use UiExplorer to create more reliable selectors with stable attributes, use Anchor Base activities to improve element detection, and add delays or retries to ensure elements load before extraction.
Happy automation
According to this documentation
Computer Vision is enabled by default in Project Settings > UI Automation Modern for Desktop, Java and Web
same way you should be able to disable it.
in your input methods in the properties panel you can select only strict selector so that no others are used
cheers
@prashant1603765
i have used those get activities in check app state so there is a inbuild delay of 2 sec, i have edited the selectors in ui explorer also still getting the same warning.
done that already, but after debugging the result i same.
UiPath is trying to identify the element using computer vision if the provided selectors and properties are not stable by itself. Ideal solution would be to refine your selectors properly and try to find a unique property for each selector. To do that - kindly try following methods
Try to edit the selectors for the element which is creating issue:
By default - fuzzy option might have selected. try changing to strict selector
Also open Ui explorer by clicking on the blue icpon. Modify the selectors and see if it is working fine as expected

