Getting started with UiPath Computer Vision
UiPath Computer Vision gives automation an additional capability to see a computer screen and identify elements on the page versus the traditional spying of elements through sets of properties and attributes. This unleashes the capability to intelligently interact with more complex use cases that include VDIs, unsupported applications, and even operating systems.
To interact with elements (such as text fields and buttons) on a page, traditional RPA automation leverages properties or attributes of these elements, called selectors. UiPath automation is typically compatible with most applications and able to find selectors for automation to interact with; however, there exist some technologies for which finding selectors is unfeasible, and alternate solutions are necessary.
In the past, most use cases that contained applications without findable selectors were either descoped or solved with brittle solutions such as image recognition...