文章分类 -  QTP技巧-CSS相关

摘要:Example 1: John SmithJohn Smith is within the H4 tag. Its TEXT value is used to implement Object Indentification in this example. Below is the target HTML used: John Smith CSS:1. h4[innertext~='John']Note: This Selector works in IE, not Firefox.2. h4:first-of-type3. h4[innertext*='John&# 阅读全文
posted @ 2013-11-21 21:47 dushuai 阅读(276) 评论(0) 推荐(0)
摘要:To understand how CSS Selectors work, let's use the following web page as an example: CSS John Smith View ID View Address View Phone Number Anne Anderson View ID ... 阅读全文
posted @ 2013-11-21 20:05 dushuai 阅读(233) 评论(0) 推荐(0)