04-26-2017, 12:45 AM
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.
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.