06-05-21 06:33 AM
06-05-21 09:52 AM
06-05-21 10:09 AM
06-05-21 12:03 PM
07-05-21 10:15 AM
Hi Rahul,
Try to enable JAB using cmd.
%JRE_HOME%\bin\jabswitch -enable
07-05-21 11:09 AM
07-05-21 11:28 AM
Hello @AndreyKudinov @GopalBhaire
Thanks for your inputs!!!
The Good News is the Java mode got appeared. What I did was:
In Application Wizard under "Select Application Manager Mode" I have selected "External ,64-bit Mode".
So by this able to Attach the existing Java Form and able to Identify the Elements in Java Mode.
But there is another query. I can able to read, Click operations in the fields.
But the Write Action is not happening.
The Error message: "Call to setTextContents failed"
In Navigate Activity I dont see any option for "Global Send Keys".
Please help me out with this issue.
Regards,
Rahul Ramesh
07-05-21 11:46 AM
07-05-21 11:57 AM
07-05-21 12:24 PM
Hi Rahul,
One reason you get setTextContents error is when the JRE is less than v1.4, make sure it is v1.4 or above.
Also, the Global Send Keys command is not available for any of the Java Elements just checked the Application Manager Operations (not sure when this was removed). But you can use Focus and then try Global Send Keys on your browser window.
Thanks,