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_EVENTstatic 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. EXCEPTIONstatic java.util.function.BiConsumer<java.util.Map<java.lang.String,EventAttributeValue>,org.openqa.selenium.remote.http.HttpRequest>Tags. HTTP_REQUEST_EVENTstatic java.util.function.BiConsumer<java.util.Map<java.lang.String,EventAttributeValue>,org.openqa.selenium.remote.http.HttpResponse>Tags. HTTP_RESPONSE_EVENTMethods in org.openqa.selenium.remote.tracing that return EventAttributeValue Modifier and Type Method Description static EventAttributeValueEventAttribute. setValue(boolean value)static EventAttributeValueEventAttribute. setValue(double value)static EventAttributeValueEventAttribute. setValue(long value)static EventAttributeValueEventAttribute. setValue(java.lang.Boolean... value)static EventAttributeValueEventAttribute. setValue(java.lang.Double... value)static EventAttributeValueEventAttribute. setValue(java.lang.Long... value)static EventAttributeValueEventAttribute. setValue(java.lang.String value)static EventAttributeValueEventAttribute. setValue(java.lang.String... value)Method parameters in org.openqa.selenium.remote.tracing with type arguments of type EventAttributeValue Modifier and Type Method Description SpanSpan. 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 SpanNullSpan. addEvent(java.lang.String name, java.util.Map<java.lang.String,EventAttributeValue> attributeMap)
-