- log打印
- comment 注释
- set variable 定义变量
- sleep 强制的等待
- catenate拼接关键字(SEPARATOR=||)
- create list 创建列表($() @{})
- create dictionary 创建字典
- get dictionary keys
- get dictionary values
- get from dictionary
- evaluate 执行python中所有的方法
- run keyword If...ELSEIF...ELSE如果
- for...IN(IN RANGE)...循环
- exit for loop