1

How to add VM as node to containerized selenoid hub. we have servers with specific configuration setup. We wanted to add these VM servers as Chrome/IE agents to Selenoid Cluster.

Could you please help us connecting the VMs as Chrome/IE agents to selenoid cluster in AKS container?

Rohan
  • 23
  • 2

1 Answers1

0

Selenoid does not support Selenium Grid /grid/admin API, so connecting nodes to Selenoid is not doable. However you can use Ggr to load-balance requests to desired VMs.

vania-pooh
  • 2,588
  • 3
  • 20
  • 39
  • Thank you for confirmation. Also can you please provide guidance or specific example or documentation where VM is added as chrome server using ggr that will really help. – Rohan Sep 16 '20 at 14:07