Class ActionResolver


  • public class ActionResolver
    extends java.lang.Object
    This class is used to resolve actions that involve interacting with an html browser
    Since:
    1.0.0
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionResolver()  
    • Method Summary

      Modifier and Type Method Description
      void resolveBrowserAction​(TestStep tStep, Action action, int fStepNum)
      Resolves a browser action
      • Methods inherited from class java.lang.Object

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

      • ActionResolver

        public ActionResolver()
    • Method Detail

      • resolveBrowserAction

        public void resolveBrowserAction​(TestStep tStep,
                                         Action action,
                                         int fStepNum)
                                  throws FastException
        Resolves a browser action
        Parameters:
        tStep - The current teststep
        action - An action that is being executed
        fStepNum - The number designating the fStep this teststep is in
        Throws:
        FastException - If an error occurs during execution
        Since:
        1.0.0