Defines the available locator strategies.
public enum LocatorStrategy
kind:method, kind:property, kind:ctor. Press Esc to clear.AccessibilityLabelLocate by accessibility label.AccessibilityNameLocate by accessibility name.AutomationIdLocate by AutomationId.ChainedChained locator.ClassNameLocate by class/type name.CompositeComposite locator (AND/OR).CssClassLocate by CSS class.FocusedLocate focused element.FullClassNameLocate by full class name with namespace.IdLocate by ID/Name.NameLocate by Name property.NameRegexLocate by regex pattern.PredicateLocate by custom predicate.PropertyLocate by property value.TagNameLocate by tag name.TextLocate by text content.TypeLocate by Type.XPathLocate by XPath expression.