Selenium page displays when opening localhost:8080 on desktop web

You may open the page localhost:8080 as part of your testing. In a desktop web browser, the following page will be displayed:

This is expected behavior as the Selenium server that enables running test executions on the desktop web browsers is running on this port. If opening this page is needed for the test flow, consider changing the port because it will always lead to this page.