Automating SAP B1 in Web VDI (Auto.Sky HTML5)

Hi everyone,

I’m trying to automate SAP B1, but the client provides access through Auto.Sky Web Access, which runs the remote desktop directly inside a Chrome tab as an HTML5 client.
The problem is that the entire remote interface is rendered as a <canvas>. Standard UI selectors don’t work because UiPath sees the whole browser area as a single large image, meaning there are no accessible DOM elements to interact with (like buttons or input fields).
Is there any specific configuration, method, or extension to make standard UiPath selectors work and detect the underlying UI elements in this kind of HTML5 web environment?

Thanks!

@Mrdiegonsio

When you open the rdp session via autosky does it download any .rdp file first?

If yes then we can login via native rdp also..if not if they can give the rdp ip..then we can connect via rdp client and then remote runtime works Studio - UiPath Remote Runtime

If its webview only then cv activities is only your way

Cheers

@Mrdiegonsio

You are getting SAP in thin client means you can’t automate it with normal Ui Automation activities.

Using CV activities is the only option you have.