Launch Chrome Module

windows_chrome.launch_chrome.launch_chrome()

Launches the Chrome browser with specified URLs on remote Windows machines.

This function is designed to launch the Chrome browser on remote Windows machines, PC1 or PC2, with a set of predefined URLs. The behavior of this function depends on the hostname of the Linux machine where it is run.

URLs to open in Chrome:

  • Xterm.js node server: http://<Linux-Hostname>:3001

  • Bandwidth Visualization node server: http://<Linux-Hostname>:3002

  • FastAPI Swagger UI for Bandwidth Speed API: http://<Linux-Hostname>:8000/docs

  • Skooner Dashboard: http://<Linux-Hostname>:4654

  • RabbitMQ UI: http://<Linux-Hostname>:8080

Args:

None

Returns:

None

This module provides a function to launch the Chrome browser on remote Windows machines with predefined URLs. The behavior of the function depends on the hostname of the Linux machine where it is run. It can launch Chrome on PC1 or PC2 with the specified URLs.