Interface JavaScriptExecutor

  • All Superinterfaces:
    java.lang.Runnable
    All Known Implementing Classes:
    DefaultJavaScriptExecutor

    public interface JavaScriptExecutor
    extends java.lang.Runnable
    An event loop to execute all the JavaScript jobs.
    • Method Detail

      • addWindow

        void addWindow​(WebWindow newWindow)
        Register a window with the eventLoop.
        Parameters:
        newWindow - the new web window
      • shutdown

        void shutdown()
        Notes that this thread has been shutdown.