Class WaitForEventLogger<T>

java.lang.Object
com.microsoft.playwright.impl.WaitForEventLogger<T>
All Implemented Interfaces:
Logger, Supplier<T>

public class WaitForEventLogger<T> extends Object implements Supplier<T>, Logger
  • Field Details

  • Constructor Details

  • Method Details

    • get

      public T get()
      Specified by:
      get in interface Supplier<T>
    • log

      public void log(String message)
      Specified by:
      log in interface Logger
    • sendWaitForEventInfo

      private void sendWaitForEventInfo(com.google.gson.JsonObject info)