Uses of Interface
org.openqa.selenium.events.EventBus
-
Packages that use EventBus Package Description org.openqa.selenium.events.zeromq org.openqa.selenium.grid.server -
-
Uses of EventBus in org.openqa.selenium.events.zeromq
Methods in org.openqa.selenium.events.zeromq that return EventBus Modifier and Type Method Description static EventBus
ZeroMqEventBus. create(Config config)
static EventBus
ZeroMqEventBus. create(org.zeromq.ZContext context, java.lang.String publish, java.lang.String subscribe, boolean bind)
-
Uses of EventBus in org.openqa.selenium.grid.server
Methods in org.openqa.selenium.grid.server that return EventBus Modifier and Type Method Description EventBus
EventBusOptions. getEventBus()
-