Micro Focus QTP (UFT) Forums
How to dynamically find the OracleFormWindow? - Printable Version

+- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums)
+-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP)
+--- Forum: VB Scripting/Descriptive Programming (https://www.learnqtp.com/forums/Forum-VB-Scripting-Descriptive-Programming)
+--- Thread: How to dynamically find the OracleFormWindow? (/Thread-How-to-dynamically-find-the-OracleFormWindow)



How to dynamically find the OracleFormWindow? - arpan - 04-26-2017

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.