Forum Discussion

santu_karnati's avatar
santu_karnati
Occasional Contributor
13 years ago

How to get the object Type Name

If object Type is of Button or List or Radio Button...



Is there any method to return them??



Please help me out...

1 Reply

  • I think you mean using the method FindChild("<insert class>", "<insert class name>, depth)

    for example for WPF applications

    Sys.Process("testedapp").FindChild("ClrClassName", "RadioButoon", 500)