Class WaitKeyword

    • Field Summary

      • Fields inherited from class step.handlers.javahandler.AbstractKeyword

        input, logger, output, properties, session, tokenSession
    • Constructor Summary

      Constructors 
      Constructor Description
      WaitKeyword()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void execKeywordHardLoop()  
      void execKeywordLoop()  
      void execKeywordSleep()  
      • Methods inherited from class step.handlers.javahandler.AbstractKeyword

        getInput, getOutputBuilder, getProperties, getSession, getTokenSession, setInput, setOutputBuilder, setProperties, setSession, setTokenSession
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • WaitKeyword

        public WaitKeyword()
    • Method Detail

      • execKeywordSleep

        public void execKeywordSleep()
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • execKeywordLoop

        public void execKeywordLoop()
      • execKeywordHardLoop

        public void execKeywordHardLoop()