Package co.verisoft.fw.async


package co.verisoft.fw.async
  • Class
    Description
    Indicates that a driver can execute asynchronous tasks, providing access to the mechanism to do so.
    Interface to define the AsyncListener.
    A listener to enable asynchronous operations.
    Defines an async set of operations to be executed during the test, in an async manner.
    Important: tasks are executed in the same thread as the WebDriver main thread. It means that:
    1.
    Implementation of the Observer pattern.
    This implementation is tailored for the async operation of WebDriver.
    This is a simple interface for an async selenium task.
    Implementation of the Observer pattern.
    This implementation is tailored for the async operation of WebDriver.