Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Watin 在浏览器(IE)中打开一些页面,而不是打印该页面,我使用 System.Windows.Forms.SendKeys.SendWait("^(p)"); 要发送打印命令,它会打开一个打印对话框,现在我想点击对话框中的“打印”按钮。锄头我可以这样做..?
谢谢
也许这可以帮助
var diag = new PrintDialogHandler(PrintDialogHandler.ButtonsEnum.Print);
也许您必须摆弄它,但 PrintDialogHandler 是您问题的答案。