Issue while automating Oracle Arcs

Hi Folks,

I am working on automating Oracle Arcs web application. I have noticed that an uielement such as input box or buttons shows true in check app state activity even if the elment is not opened. For example in below screen shot, all the buttons and fileds will return true in check app state activity even if i close the this window.

I want to know how can i handle this scenario. i want to check the availability of element and then perfom click or other activities.

Regards,
Vishal.

Try different elements for Check App states or a descriptor using only CV method

Sometimes underlying non visible elements are present so they can be found by the bot even when a screen is still not available yet

Hope it helps!

Hi @Vishal_Kumar4

Instead of trying the Check app state activity use the Element exist activity and try.

Element exist is the classic activity if not found in the activities panel, enable the classic option in the filters in activities panel.

Hope it helps!!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.