摘要: HTML按钮元素: C# 执行代码 HtmlDocument doc = webBrowser1.Document; HtmlElementCollection coll = doc.GetElementsByTagName("input"); foreach (HtmlElement item i 阅读全文
posted @ 2012-09-20 21:14 ______Blazing 阅读(273) 评论(11) 推荐(0) 编辑
摘要: 自动填表的方式有很多,关键是获取控件的id或者name。 比如源代码有 <input id="pwdInput" tabindex="2" class="ipt-t" type="password" name="password" onMouseOver="fEvent('mouseover',th 阅读全文
posted @ 2012-09-20 14:01 ______Blazing 阅读(869) 评论(0) 推荐(1) 编辑
摘要: 收集了常用的控件缩写以备查用 控件名称 缩写 Buttom按钮 Btn CheckBox复选框 Chk ColumnHeader视图列表头 Col ComboBox组合框 Cbo ContextMenu快捷菜单 Ctm DataGrid数据网格控件 Dg DataGridView数据网格视图控件 D 阅读全文
posted @ 2012-09-20 13:48 ______Blazing 阅读(1484) 评论(2) 推荐(2) 编辑