Class Tags


  • public class Tags
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.function.BiConsumer<Span,​org.openqa.selenium.remote.http.HttpRequest> HTTP_REQUEST  
      static java.util.function.BiConsumer<Span,​org.openqa.selenium.remote.http.HttpResponse> HTTP_RESPONSE  
      static java.util.function.BiConsumer<Span,​Span.Kind> KIND  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • KIND

        public static final java.util.function.BiConsumer<Span,​Span.Kind> KIND
      • HTTP_REQUEST

        public static final java.util.function.BiConsumer<Span,​org.openqa.selenium.remote.http.HttpRequest> HTTP_REQUEST
      • HTTP_RESPONSE

        public static final java.util.function.BiConsumer<Span,​org.openqa.selenium.remote.http.HttpResponse> HTTP_RESPONSE