Interface Span
- All Superinterfaces:
AutoCloseable
,TraceContext
- All Known Implementing Classes:
NullSpan
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionaddEvent
(String name, AttributeMap attributeMap) void
close()
setAttribute
(String key, boolean value) setAttribute
(String key, Number value) setAttribute
(String key, String value) Methods inherited from interface org.openqa.selenium.remote.tracing.TraceContext
createSpan, getId, wrap, wrap
-
Method Details
-
setName
-
setAttribute
-
setAttribute
-
setAttribute
-
addEvent
-
addEvent
-
setStatus
-
close
void close()- Specified by:
close
in interfaceAutoCloseable
-