Loading Page

Is there any way to validate whether a page has populated with data as a boolean for an if statement?

1 Like

Fine
we can use ELEMENT EXISTS or IMAGE EXISTS activity to search for a image or a element in a page which would give us boolean value to be used in if condition
Cheers @csewall3

Check whether the logo or any constant exists using element exists activity… It will give you the Boolean output

Same answer bro @Palaniyappan :smile:

1 Like

I tried this…because the environment is within oracle e-business suite and all elements are not interactable, how should i o about doing this?

1 Like

I hope oracle will run in java application and if the java extension is installed we would be able to select the elements in the screen as individual elements
For java extension to be installed
https://studio.uipath.com/docs/installing-the-java-extensions

Kindly try this and let know for any queries or clarification buddy
Cheers @csewall3

1 Like

Do not rely on selectors much in case of Oracle Application. Try to capture any element which on the top using element exist activity and pass it into If condition and put your logic inside If.

Cheers @csewall3

2 Likes