I am using TestStack.White for automating a test on an existing application.
I have received a particular AutomationID "example_ID"
for an element using Inspect.exe, however when I am using
var something = window.Get(SearchCriteria.ByAutomationId("example_ID");
it says that it failed to get an element with the given ID. Any pointer would be helpful.