Show / Hide Table of Contents

Property elm.path


Overload

Gets an elmFinder for finding UI elements in a window or UI element that can be set later with elmFinder.In. Example: var e = elm.path["ROLE", "Name"].In(w).Find();. Same as var e = w.Elm["ROLE", "Name"].Find();. Example: var e = elm.path["ROLE1", "Name1"]["ROLE2", "Name2"]["ROLE3", "Name3"].In(w).Find();.

public static elmFinder path { get; }
Property Value
elmFinder

See Also

this[elmFinder.this[], string, Strings, EFFlags, Func<elm, bool>, int, string]