摘要:
Select Window关键字——模拟打开了多个页面窗口时,在不同的窗口之间,进行窗口切换 该关键字接收[ locator = None ]一个参数,locator可以是name,窗口title、url、window handle等; Open Borwser http://www.baidu.c 阅读全文
摘要:
Reload Page关键字——模拟重新加载当前窗口的页面(刷新)——不需要接收任何参数; 阅读全文
摘要:
Select Form List By Value关键字——模拟通过下拉列表的Value值来 选中 指定的 下拉列表的选项 该关键字接收[ locator | *valuess ]多个参数,locator可以通过id、name等来进行元素定位; values可以允许传入多个; Select Form 阅读全文
摘要:
Select Form List By Label关键字——模拟通过下拉列表的Label来 选中 指定的 下拉列表的选项; 该关键字接收[ locator | *labels ]多个参数,locator可以通过id、name等来进行元素定位; labels可以允许传入多个; Select Form 阅读全文
摘要:
Select Form List By Index关键字——模拟通过下拉列表的Index来 选中 指定的下拉列表的选项; 该关键字接收[ locator | *indexes ]多个参数,locator可以通过id、name等来进行元素定位; indexes可以允许传入多个; Select Form 阅读全文
摘要:
Select Checkbox关键字:模拟选择一个Checkbox的操作; 该关键字接收[ locator ]一个参数,locator可以通过id或者name等进行定位; Select Checkbox id=box 阅读全文
摘要:
Select All Form List :模拟选择表单中的所有列表; 该关键字接收[ locator ]一个参数,locator可以通过id或者name等进行定位; Select All Form List id=aac 阅读全文
摘要:
Get Selected List Value 关键字——获取页面中被选中的一个下拉列表的value值; Get Selected List Values关键字——适合获取 多选 下拉列表框中的value值。 该关键字接收[ locator ]一个参数,locator可以通过id或者name等进行定 阅读全文
摘要:
Input Password关键字:主要用来输入密码; Input Password id=kw 123456 //定位密码框并输入密码 阅读全文
摘要:
Clear Element Text:主要用来清空文本框中的内容;接收一个locator参数 Open Browser http://www.baidu.com chrome Clear Element Text id=kw Input Text id=kw robot framework Clic 阅读全文