0

I have selenoid running on port 4450. I need to setup selenoid ui with port of selenoid set to 4450 via configuration manager. How can I do this ?

Tried the following but did not work

cm.exe selenoid-ui start --args "--selenoid-uri http://localhost:4450"
CVA
  • 1,477
  • 1
  • 14
  • 23

1 Answers1

1

CM tool only delivers very standard configuration of Selenoid and Selenoid UI using standard ports like 8080 and 4444. If you need anything custom - you have to start everything yourself with docker run.

vania-pooh
  • 2,933
  • 4
  • 24
  • 42