Uses of Class
org.openqa.selenium.remote.tracing.EventAttributeValue
-
Packages that use EventAttributeValue Package Description org.openqa.selenium.remote org.openqa.selenium.remote.tracing org.openqa.selenium.remote.tracing.empty -
-
Uses of EventAttributeValue in org.openqa.selenium.remote
Fields in org.openqa.selenium.remote with type parameters of type EventAttributeValue Modifier and Type Field Description static java.util.function.BiConsumer<java.util.Map<java.lang.String,EventAttributeValue>,org.openqa.selenium.Capabilities>
RemoteTags. CAPABILITIES_EVENT
static java.util.function.BiConsumer<java.util.Map<java.lang.String,EventAttributeValue>,SessionId>
RemoteTags. SESSION_ID_EVENT
-
Uses of EventAttributeValue in org.openqa.selenium.remote.tracing
Fields in org.openqa.selenium.remote.tracing with type parameters of type EventAttributeValue Modifier and Type Field Description static java.util.function.BiConsumer<java.util.Map<java.lang.String,EventAttributeValue>,java.lang.Throwable>
Tags. EXCEPTION
static java.util.function.BiConsumer<java.util.Map<java.lang.String,EventAttributeValue>,org.openqa.selenium.remote.http.HttpRequest>
Tags. HTTP_REQUEST_EVENT
static java.util.function.BiConsumer<java.util.Map<java.lang.String,EventAttributeValue>,org.openqa.selenium.remote.http.HttpResponse>
Tags. HTTP_RESPONSE_EVENT
Methods in org.openqa.selenium.remote.tracing that return EventAttributeValue Modifier and Type Method Description static EventAttributeValue
EventAttribute. setValue(boolean value)
static EventAttributeValue
EventAttribute. setValue(boolean... value)
static EventAttributeValue
EventAttribute. setValue(double value)
static EventAttributeValue
EventAttribute. setValue(double... value)
static EventAttributeValue
EventAttribute. setValue(long value)
static EventAttributeValue
EventAttribute. setValue(long... value)
static EventAttributeValue
EventAttribute. setValue(java.lang.String value)
static EventAttributeValue
EventAttribute. setValue(java.lang.String... value)
Method parameters in org.openqa.selenium.remote.tracing with type arguments of type EventAttributeValue Modifier and Type Method Description Span
Span. addEvent(java.lang.String name, java.util.Map<java.lang.String,EventAttributeValue> attributeMap)
-
Uses of EventAttributeValue in org.openqa.selenium.remote.tracing.empty
Method parameters in org.openqa.selenium.remote.tracing.empty with type arguments of type EventAttributeValue Modifier and Type Method Description Span
NullSpan. addEvent(java.lang.String name, java.util.Map<java.lang.String,EventAttributeValue> attributeMap)
-