Advertisement
jamoluhrsen

robot psuedo code to loop over files and post their contents

Jun 3rd, 2015
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. : FOR ${file} IN ${file_list}
  2. \ ${data_to_send}= Get File ${file}
  3. \ RequestsLibrary.Post my_session_name ${CONTROLLER_AND_URL} data=${data_to_send}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement