上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 49 下一页
摘要: Name:Parse XmlSource:XML <test library>Arguments:[ source | keep_clark_notation=False ]Parses the given XML file or string into an element structure. 阅读全文
posted @ 2017-06-20 22:14 垄上行 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 文件存放路径:C:\workspace\robotframework\test_rf_api\testdata\XML.xml 文件内容: 阅读全文
posted @ 2017-06-20 22:13 垄上行 阅读(752) 评论(0) 推荐(0) 编辑
摘要: Name:Sort ListSource:Collections <test library>Arguments:[ list_ ]Sorts the given list in place. The strings are sorted alphabetically and the numbers 阅读全文
posted @ 2017-06-19 23:02 垄上行 阅读(317) 评论(0) 推荐(0) 编辑
摘要: Name:Set List ValueSource:Collections <test library>Arguments:[ list_ | index | value ]Sets the value of `list` specified by `index` to the given `val 阅读全文
posted @ 2017-06-19 22:59 垄上行 阅读(462) 评论(0) 推荐(0) 编辑
摘要: Name:Reverse ListSource:Collections <test library>Arguments:[ list_ ]Reverses the given list in place. Note that the given list is changed and nothing 阅读全文
posted @ 2017-06-19 22:55 垄上行 阅读(255) 评论(0) 推荐(0) 编辑
摘要: Name:Remove Values From ListSource:Collections <test library>Arguments:[ list_ | *values ]Removes all occurences of given `values` from `list`. It is 阅读全文
posted @ 2017-06-19 22:53 垄上行 阅读(537) 评论(0) 推荐(0) 编辑
摘要: Name:Remove From ListSource:Collections <test library>Arguments:[ list_ | index ]Removes and returns the value specified with an `index` from `list`. 阅读全文
posted @ 2017-06-19 22:50 垄上行 阅读(503) 评论(0) 推荐(0) 编辑
摘要: Name:Remove DuplicatesSource:Collections <test library>Arguments:[ list_ ]Returns a list without duplicates based on the given `list`. Creates and ret 阅读全文
posted @ 2017-06-19 22:46 垄上行 阅读(413) 评论(0) 推荐(0) 编辑
摘要: Name:Log DictionarySource:Collections <test library>Arguments:[ dictionary | level=INFO ]Logs the size and contents of the `dictionary` using given `l 阅读全文
posted @ 2017-06-19 22:41 垄上行 阅读(588) 评论(0) 推荐(0) 编辑
摘要: Name:Lists Should Be EqualSource:Collections <test library>Arguments:[ list1 | list2 | msg=None | values=True | names=None ]Fails if given lists are u 阅读全文
posted @ 2017-06-19 22:35 垄上行 阅读(1292) 评论(0) 推荐(0) 编辑
上一页 1 ··· 21 22 23 24 25 26 27 28 29 ··· 49 下一页