浏览器:Internet Explorer
框架:Teststack.white
Visual studio:2017社区
(重现: 导航到https://www.nuget.org/packages/Newtonsoft.Json/ 点击手动下载)
我使用Teststack.white自动化框架,我需要在Internet Explorer窗口中按“保存”按钮。
我可以通过
找到页面中的工具栏TestStack.White.UIItems.WindowStripControls.ToolStrip toolStrip = i.e. Get<TestStack.White.UIItems.WindowStripControls.ToolStrip> ("Notification");
但无法识别并单击“保存”的拆分按钮。我能够 单击“打开”和“取消”按钮。