Shared Selector
[Selector("[AutomationId='My Id']", Technology.Desktop)]
[Selector("[id='My Id']", Technology.Web)]
public IButton MyButton { get; set; }[Selector("[Id='My Id']")]
public IButton MyButton { get; set; }Shared Selector Table
Last updated
Was this helpful?