In a coded step, I am trying to open a drop down box, and capture the window with the dropdown open.
I have tried this, and I end up with just the Window without the combo box open.
timeFormatCombo.User.Click()
timeFormatCombo.Wait.ForNoMotion(500);
var dropDownCapture = ActiveApplication.MainWindow.Capture();
Any suggestions on what to do?