Micro Focus QTP (UFT) Forums

Full Version: Clicking on Window object to make it a javaedit object
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
The application behaviour goes like this: It is a java application and the main object is being recorded as window("property:=xyz...") in OR or Object Spy.It looks like a table object (for eg: javatable) but the entire table is being recognized as a window("property:=xyz...").Only when the user clicks on any 'cell' of the object,the javatable becomes activated and each cell becomes a javaedit box and the user can enter data into it.

Could you please give me the code to click on a specific location inside the window object.