Hi All,
We are using SilkTest 17.0. In our application, we have Excel report. After we download the report, we like to open the excel report by clicking the Yes button. It seems that the silktest not able to recognize the Yes button. Our code works before, and it just stop working lately.
This is the line of code we have. Anyone has any idea what can be wrong, and how we can fix it. Thank you!
Desktop.Find("/Dialog[@caption='Microsoft Excel']//PushButton[@caption='Yes']"). Click()