ContributionsMost RecentMost LikesSolutionsHow to click on check box in oracle forms In my tests I need to click on checkbox, but since recent time it have not unique properties like AWTComponentIndex or AWTComponentName. AWTComponentIndex is always null and AWTComponentName is unstable it change when i open form. Is the any way to click on checkbox? Re: How to get object reference to the same objects with different text now I use both: and scripts and project variable in testmap I was hoping there is a more elegant solution How to get object reference to the same objects with different text I write tests for oracle forms, where there are many cells with the same javaclass, but different text. Is there usful a way to record in testmap only one cell and find it by text parameter? I know only 2 ways: by script, this is not useful because I needed or write script for each form or pass as a parameter each form by project variables, this is not useful because I needed to past variable value before each call to the object Also becouse of there many cells and forms I have create too much variables and script. for example, I have cell with follow properties: AWTComponentAccessibleName = date an time AWTComponentIndex = 7 JavaFullClassName = oracle.forms.ui.VTextField wText = 01.01.2017 00:00:00 I want refer to cell by follow properties: JavaFullClassName and wText and pass wText as parameter/