补充提交
This commit is contained in:
@@ -3,12 +3,16 @@ Library OperatingSystem
|
||||
Library Selenium2Library
|
||||
Library RequestsLibrary
|
||||
Library Collections
|
||||
Resource ../../03-Variable/BifangApiVariable.txt
|
||||
|
||||
*** Keywords ***
|
||||
SystemCommands
|
||||
[Arguments] ${commandstr} ${stringlist}
|
||||
log toSystemCommand_SystemCommandTest
|
||||
${commandreturn} OperatingSystem.Run ${commandstr}
|
||||
Append To File ${path}/write_file.txt ${commandstr}
|
||||
Append To File ${path}/write_file.txt %%%%%%%%%%%%%%newbat
|
||||
Append To File ${path}/write_file.txt ${commandreturn}
|
||||
${listlenth}= Get Length ${stringlist}
|
||||
FOR ${var} IN RANGE ${listlenth}
|
||||
#log ${var}
|
||||
|
||||
Reference in New Issue
Block a user