1.set value if (当条件满足时,进行变量赋值) 2.focus (将焦点定在制定的元素) 3.win close +title(关闭制定title) 4.get list items id=... or name =... 例:如下将会返回列表中所有值 @{list} get list items id=idTypeSelect or name=... or xpath=... log many @{list} 5.select from list by v…
在使用robot framework的关键字Connect to Database Using Custom params连接Oracle数据库: Connect to Database Using Custom params cx_Oracle 'username','password','host' 报错 ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA 解决方法: 在host后加上所连接数据库的库名…