Save as click on the download bar is throwing Null Refrence exception
Hi ,
I have used @jeffbadger code to interrogate download bar and it was working fine with my win 10 machine and the customer win 7 machines . when the customer upgrade to win 10 , it stops working and gives me null reference exception when trying get the split button :
AutomationElement splitButton = aeDownloadToolBar.FindFirst(TreeScope.Descendants, new PropertyCondition(AutomationElement.NameProperty, ""));
Do anyone have an idea what happen ?