Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ fire
Method
fire
java/src/org/openqa/selenium/events/EventBus.java:27–27 ·
view source on GitHub ↗
(Event event)
Source
from the content-addressed store, hash-verified
25
void
addListener(EventListener<?> listener);
26
27
void
fire(Event event);
28
29
void
close();
30
}
Callers
15
asServer
Method · 0.95
action.js
File · 0.65
window.js
File · 0.65
device.js
File · 0.65
n
Function · 0.65
shouldBeAbleToRegisterNodesByListeningForEvents
Method · 0.65
shouldKeepOnlyOneNodeWhenTwoRegistrationsHaveTheSameUriByListeningForEvents
Method · 0.65
distributorShouldUpdateStateOfExistingNodeWhenNodePublishesStateChange
Method · 0.65
stop
Method · 0.65
shouldAllowEntriesToBeRemovedByAMessage
Method · 0.65
shouldHandleSessionClosedEvent
Method · 0.65
shouldIncludeCloseReasonInExceptionForTimeout
Method · 0.65
Implementers
3
BoundZmqEventBus
java/src/org/openqa/selenium/events/ze
UnboundZmqEventBus
java/src/org/openqa/selenium/events/ze
GuavaEventBus
java/src/org/openqa/selenium/events/lo
Calls
no outgoing calls
Tested by
15
shouldBeAbleToRegisterNodesByListeningForEvents
Method · 0.52
shouldKeepOnlyOneNodeWhenTwoRegistrationsHaveTheSameUriByListeningForEvents
Method · 0.52
distributorShouldUpdateStateOfExistingNodeWhenNodePublishesStateChange
Method · 0.52
stop
Method · 0.52
shouldAllowEntriesToBeRemovedByAMessage
Method · 0.52
shouldHandleSessionClosedEvent
Method · 0.52
shouldIncludeCloseReasonInExceptionForTimeout
Method · 0.52
shouldRemoveSessionsOnNodeRemovedEvent
Method · 0.52
shouldRemoveSessionsOnNodeRestartedEvent
Method · 0.52
shouldHandleConcurrentNodeEvents
Method · 0.52
shouldHandleConcurrentSessionAccessDuringNodeEvents
Method · 0.52
shouldHandleHighConcurrencyWithoutDeadlocks
Method · 0.52