Selenium page displays when opening localhost:8080 on desktop web

If you open the page localhost:8080 as part of your testing, the page shown in the following image will open in a desktop web browser.

This is the expected behavior because the Selenium server that enables running test executions on 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.