Class ActionRunner


  • public class ActionRunner
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionRunner​(org.openqa.selenium.WebDriver driver)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void quit()  
      void run​(DriverAction actionObject)  
      • Methods inherited from class java.lang.Object

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

      • ActionRunner

        public ActionRunner​(org.openqa.selenium.WebDriver driver)
                     throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • run

        public void run​(DriverAction actionObject)
                 throws java.lang.Exception
        Throws:
        java.lang.Exception
      • quit

        public void quit()