'Selenium to Avo' Server Configuration

Prerequisites

  1. Ensure Avo Assure is up and running.

  2. Ensure Nginx is up and running.

Setting up the ‘Selenium to Avo’ Server

If the port on which the ‘Selenium to Avo’ server is to be hosted has to be changed, then perform the following steps.

  1. Navigate to the ‘Selenium To Avo’ Folder.

  2. Open .env file.

  3. Update PORT to the required port number.

Setting Selenium to Avo Assure PORT in .env

4. Save and close the .env file.

Starting the ‘Selenium to Avo’ Server

  1. Open an elevated command prompt in the ‘Selenium to Avo’ folder.

  2. Type “run.bat” and hit enter.

Starting ‘Selenium to Avo’ server

Stopping the ‘Selenium to Avo’ Server

  1. Close the command prompt window in which the ‘Selenium to Avo’ Server is running.

Installing the ‘Selenium to Avo’ Server as a Windows Service

  1. Open an elevated command prompt in the ‘Selenium to Avo’ folder.

  2. Type install-service.bat and hit enter.

Installing Dashboard Server service

Starting the ‘Selenium to Avo’ Server as a Windows Service

  1. Open an elevated command prompt in the ‘Selenium to Avo’ folder.

    Note: seleniumtoavo.exe service should be installed.

  2. Type start-service.bat and hit enter.

Starting Dashboard Server service

Stopping the ‘Selenium to Avo’ Server as a Windows Service

  1. Open an elevated command prompt in the ‘Selenium to Avo’ folder.

    Note: seleniumtoavo.exe service should be running.

  2. Type stop-service.bat and hit enter.

Stopping Dashboard Server service

Removing the ‘Selenium to Avo’ Server as a Windows Service

  1. Open an elevated command prompt in the ‘Selenium to Avo’ folder.

    Note: seleniumtoavo.exe service should be in the stopped state.

  2. Type remove-service.bat and hit enter.

Removing Dashboard Server service

Restarting the ‘Selenium to Avo’ Server as a Windows Service

  1. Open an elevated command prompt in the ‘Selenium to Avo’ folder.

  2. Run the following commands in sequential order i.e., only after the previous command has been completed:

    1. Type stop-service.bat and hit enter.

    2. Type remove-service.bat and hit enter.

    3. Type install-service.bat and hit enter.

    4. Type start-service.bat and hit enter.

Last updated