Search code examples
pythonrobotframework

keyword "sleep" not working in robotframework


I'm using robot framework with selenium2Library .While using sleep 30s getting the below error as

No keyword with name 'Sleep 30s' found. Did you mean:
    BuiltIn.Sleep

Any dependent library I missed to include


Solution

  • try with 2 spaces between Sleep and 30s