I want to call a webservice and recover a date1 than I want to wait couple of seconds before calling the same webservice and recover date2
I have tried with the keyWord sleep
${Date1}= Recuperer Donnee Liste ${monSubscriberJsonC1} recepetionDerniereLocalisation
Log ${Date1}
\ Sleep 1.5
Log ${monSubscriberJsonC2}
${Date2}= Recuperer Donnee Liste ${monSubscriberJsonC2} recepetionDerniereLocalisation
Log ${Date2}
As a message I got
Keyword name cannot be empty.
and also
No keyword with name 'Sleep 10s' found.