I have developed a code where oracle java forms are used. i tested in Dev env and everything works fine. Once i move to UAT it is unable to identify selectors.
Any suggestions.
Really appreciate for your response. Please find the below screenshot
Two things first check if the names of the main windows are dynamic and also generally we see that on different environments of Oracle we have few extra elements because of which the idx changes so avoid using it .
Providing more details on selector would help in identifying the correct cause
Is the bot environment same? If not then please check if the java extension is installed and the path variable is added in env variables and also the uat url is added in the java security options menu.