2010年8月6日

watir api补充

摘要: button<input> tags with type=button, submit, image or resetradio<input> tags with the type=radio; known as radio buttonscheck_box<input> tags with type=checkboxtext_field<input> tags with the type=text (single-line), type=textarea (multi-line), and type=passwordhidden<inpu 阅读全文

posted @ 2010-08-06 18:30 张飞_ 阅读(886) 评论(0) 推荐(0) 编辑

watir如何取到元素的css属性

摘要: 研究了半天,查了半天资料,终于把watir如何取出元素的css搞定贴代码:thisstyle = @ie.element_by_xpath("//div[@class='sh']/h1")puts thisstyle.currentStyle.backgroundimage但有一点,如果采用:thisstyle.document.currentStyle.backgroundimage则会取出h1的CSS所继承的父CSS的属性。以上备忘!分享链接:http://doyouhaobaby.net/manual/html/objects/currentStyle 阅读全文

posted @ 2010-08-06 15:17 张飞_ 阅读(426) 评论(0) 推荐(0) 编辑

导航