Interface UITask


public interface UITask
A simple interface with a run() method which can throw a checked exception. Meant to be implemented as an anonymous inner class in conjunction with methods like AbstractUIContext.withNestedDriver(UITask)
  • Method Summary

    Modifier and Type Method Description
    void run()  
  • Method Details

    • run

      void run() throws java.lang.Exception
      Throws:
      java.lang.Exception