What is Selenium Event Bus?
What is Selenium Event Bus?
In this tutorial, we will learn about Selenium Event Bus. The steps involved to start the Selenium Grid Component.
Selenium Event Bus
Selenium Event Bus is a grid component in the new Selenium 4 Grid architecture. The component is the communication platform for other components to interact with each other seamlessly. The components interact with each other with messages.
This component should be the first component that should be started in the Selenium Grid Distributed mode.
How to start?
- Download Selenium Server
- Launch Command Prompt
- Issue the following command:
\> java -jar <selenium-server-4.x_ jar> event-bus
Command updated with the latest 4 release candidate version: