Micro Focus QTP (UFT) Forums

Full Version: How to dynamically find the OracleFormWindow?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I want to dynamically identify the OracleFormWindow in EBS oracle application just like how we identify the page in web applications. The common property to find the OracleFormWindow  is Short Title but i want to dynamically find the OracleFormWindow (do something like this Page("title:=.*"))

I tried few things but didn't work.

OracleFormWindow("Class Name:=OracleFormWindow""class description:=form window""enabled:=-1").highlight
OracleFormWindow("short title:=.*").highlight

I'm able to find the Oracle Window when i try --- OracleFormWindow("short title:=abcd").highlight

Can someone please help me with this issue.