Java FX issue, not able to use "select item"

“Set Text ‘combo box JavaFX33’: Error HRESULT E_FAIL has been returned from a call to a COM component”

  1. i’m using Oracle java app Windows x64

Hi

Is Java extension installed
If not kindly install it

https://docs.uipath.com/studio/docs/installing-the-java-extensions

And once after that try once and even if that doesn’t work try with SELECT ITEM or use FIND CHILDREN activity with scope property mentioned as Find Descendants
Then pass the output variable obtained from the above find children activity and pass that as input to FOR EACH activity and change the type argument property as Uipath.Core.UiElement
—inside the loop use GET ATTRIBUTE activity and mention the input as Element property as item in the property
—and get the output of attribute named “aaname” or “text”

Cheers @Pradeep_Shiv