コード例 #1
0
        public static WatiN_IE ie(this string url, int top, int left, int width, int height)
        {
            var ie = new WatiN_IE();

            ie.createIEObject(url, top, left, width, height);
            return(ie);
        }