Question
1
Replies
22
Views
Accenture Brazil
Posted: 1 week 1 day ago
Last activity: 1 week 1 day ago
Pega Robotics unable to interrogate Desktop Microsoft Access
Does anyone know if its possible to interrogate Microsoft Access? I tried to interrogate but only Controls are created, only the edge of an area and not the objects inside (like a buttons and text).
There is possible to create control regions but is hard to do it due to the inside area be black. The methods get_tex don't work.
@JonathanPereira Microsoft applications are supported via connectors only (and one does not exist for MS Access). Since MS Access is a database, you can usually interact with it as a database using the appropriate SQL Connector. Most of the user controls are not usually interrogate-able and therefore cannot be automated in the traditional manner.