Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Descriptive Programming for windows
#1
Not Solved
Hi,

How to write descriptive programming for windows application. i have used object spy to identify the properties of application, if i click on a button, the properties are displayed as "Window: Apllication name"
I can view only its x and y co-ordinates.
Can anyone help me?

Thanks in advance
Reply
#2
Not Solved
Code:
Set objwindow = description.Create()
      objwindow("micclass").value = "Window"
      Set objchilds = Window("Application Name").ChildObjects(objwindow)

Check if the above code is helpful for you...
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Dynamic descriptive Programming issue in Terminal Emulator cprasad 1 1,741 04-25-2019, 08:17 PM
Last Post: Ankur
  UFT Tool support with Descriptive programming laks 1 1,630 07-05-2018, 05:31 PM
Last Post: Ankur
  UFT Descriptive Programming objects not identified in a secure & private intranet env bugfinder2 1 1,660 06-07-2017, 01:41 PM
Last Post: Ankur
  UFT descriptive programming Browser("creationtime:=-1") not always working SOUMYADEEP 0 2,891 01-20-2017, 01:53 AM
Last Post: SOUMYADEEP
  Inserting variable values into Descriptive Programming Functions eske99 2 3,144 12-18-2015, 01:47 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)