上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 49 下一页
摘要: 阅读全文
posted @ 2017-07-06 17:51 垄上行 阅读(1147) 评论(0) 推荐(0) 编辑
摘要: 链接:https://regexper.com/ 阅读全文
posted @ 2017-07-06 11:03 垄上行 阅读(455) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-07-06 10:03 垄上行 阅读(3512) 评论(0) 推荐(0) 编辑
摘要: Name:Add ElementSource:XML <test library>Arguments:[ source | element | index=None | xpath=. ]Adds a child element to the specified element. The eleme 阅读全文
posted @ 2017-06-27 23:39 垄上行 阅读(285) 评论(0) 推荐(0) 编辑
摘要: Name:Get Element TextSource:XML <test library>Arguments:[ source | xpath=. | normalize_whitespace=False ]Returns all text of the element, possibly whi 阅读全文
posted @ 2017-06-27 23:08 垄上行 阅读(1293) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-06-26 17:30 垄上行 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Tag names:当仅使用1个tag的时候,xpath匹配具有该标签名称的所有直接子元素。 Paths:通过/符号连接tag名称,例如second/child将匹配父元素second下所有的child子元素。 请注意,如果有多个父元素都有子元素,则xpath将匹配所有这些子元素。 Wildcard 阅读全文
posted @ 2017-06-20 23:41 垄上行 阅读(1185) 评论(0) 推荐(0) 编辑
摘要: Name:Get ElementsSource:XML <test library>Arguments:[ source | xpath ]Returns a list of elements in the `source` matching the `xpath`. The `source` ca 阅读全文
posted @ 2017-06-20 23:40 垄上行 阅读(744) 评论(0) 推荐(0) 编辑
摘要: Name:Get ElementSource:XML <test library>Arguments:[ source | xpath=. ]Returns an element in the `source` matching the `xpath`. The `source` can be a 阅读全文
posted @ 2017-06-20 22:53 垄上行 阅读(590) 评论(0) 推荐(0) 编辑
摘要: Name:Element Attribute Should BeSource:XML <test library>Arguments:[ source | name | expected | xpath=. | message=None ]Verifies that the specified at 阅读全文
posted @ 2017-06-20 22:22 垄上行 阅读(704) 评论(0) 推荐(0) 编辑
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 49 下一页