Package co.verisoft.fw.async
-
Interface Summary Interface Description AsyncExecutor Indicates that a driver can execute asynchronous tasks, providing access to the mechanism to do so.AsyncExecutor.AsyncListener Interface to define the AsyncListener.Observer Implementation of the Observer pattern.
This implementation is tailored for the async operation of WebDriver.SeleniumTask This is a simple interface for an async selenium task.Subject Implementation of the Observer pattern.
This implementation is tailored for the async operation of WebDriver. -
Class Summary Class Description AsyncListenerImp A listener to enable asynchronous operations.AsyncTask 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.