run-selenium-tests-at-scale-using-ecs-fargate icon indicating copy to clipboard operation
run-selenium-tests-at-scale-using-ecs-fargate copied to clipboard

Architecture only works with Webdriver and not CDP

Open j-mendez opened this issue 2 years ago • 0 comments

The architecture above is dedicated to selenium with the intro of being the foundation for testing on Fargate. I think it would be good to note that when using CDP and a load balancer to split chrome into it's own tasks the load balancer will not know how to route the browser target correctly to the tasks for the request.

Example you get the instance using /json/version to get the connection and on networking the LB may or not route to the correct task.

j-mendez avatar Feb 09 '23 16:02 j-mendez