直接绑定在Robot Framework内,在
\Lib\site-packages\robot\liraries
需要根据个人的需求进行下载
无需下载,直接导入即可使用。
自动加载到内存,无需导入的Builtin
使用前需要导入的Dialogs
,Collections
,OperatingSystem
,Remote
,Screenshot
,String
,
Telnet
,XML
,Process
,DateTime
Dialogs
:暂停测试执行,接收从用户输入Collections
:处理列表和自动OperatingSystem
:处理操作系统相关Remote
:远程库接口的一部分,自己没啥关键字Screenshot
:捕获和存储桌面的截图String
:处理字符串Telnet
:连接Telnet服务器XML
:操作XMLProcess
:系统中运行过程的库DateTime
:日期和时间转换的库常用的一些扩展库:
Robot Framework-Requests
HTTP Library
Selenium2Lirary
Robot Framework-Selenium2Screenshots
FTP Library
SSHlibrary
Robot Framework-JsonLibrary
可以直接运行python脚本
result
为3.14status
等于0<result<10
常见的转换:
Convert To
String
字符串Integer
符点数Boolean
布尔值Log Variables
Import Variables
Set Variables
Get Variables Value
Run Keyword
Run Keyword If
Run Keyword Unless
Run Keywords
Run Keyword And Return
Continue For Loop
Continue For Loop If
Exit For Loop
Exit For Loop If
以下都已:Should (Not)
开头
Be Empty
Be Equal
Be Equal As String
Be Equal As Integers
Be True
Contain
Contain Any
Contain X Times
Start With
End With
Match Regexp
其他:
Length Should Be
Keyword Should Exist
List Should (Not) Contain Value
Lists Should Be Equal
List Should Not Contain
Dictionary Should Contain Item
Dictionary Should (Not) Contain Key
Dictionary Should (Not) Contain Value
Dictionary Should Be Equal
Log
Sleep
Comment
Get
+Count
/Length
/Time
Import Library