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打开的浏览器窗口:
var browser = new IE(); browser.SizeWindow(width, height);
但我不知道如何将宽度和高度设置为我的屏幕尺寸。
browser.ShowWindow(NativeMethods.WindowShowStyle.Maximize);