Discovering members
Discovering members is a way to expose simple properties, methods, and events (members) of a native control.
After being exposed, you can include these members in your automations without writing code.
- Start the interrogation of the application.
- On the Application Designer, right-click a matched control and click the
Discover Native Control Members option.
Result: The Pick Members window displays, as in the following figure: Pick members dialog The Pick Members window does not display properties that return complex types or methods that have complex parameters. All events are shown. However, you cannot access event arguments from the Pick Members window.
- To add the properties, methods, and events that you want to use in the automation, check those members and click OK.
Previous topic Exploring native control capabilities Next topic Creating UI connectors