Is it possible to automate vmware (secured server) activities in browser using customize activity only?

I need to automate certain simple activities in a secured server (VMWare-vRealize Operation Manager) in chrome. But Ui Path only can be running for login and click on the navigation bar, other activities such as click on certain2 button or the image cannot be detected by Ui Path (UI Element does not exist- error)

@afiqah_ibrahim

If you can’t able to get any selector, then you can try with Image activities / CV activities

Use CV click / Click Image activities

Hope this helps you

Thanks