I'm trying to enter username details into my Java based application. The field has been Identified and can be found and Highlighted in the Application Modeller.
I've gone through the Java Automation Guide and have added descendtree and ignorenotshowing. I have also selected the attributes for MatchIndex, MatchReverse, AncestorCount and Showing.
It uses the following version of JRE: Java(TM) SE Runtime Environment (build 1.6.0_04-b12)
Java HotSpot(TM) Client VM (build 10.0-b19, mixed mode)
I really don't want to do SendKeys... is there anything else I can try?
Thanks
------------------------------
Michelle
------------------------------