Setting Up Chrome 115 & 116 for Selenium Docker: Navigating Chromedriver Changes
In this guide, we’ll be focusing on setting up Chrome 115 & 116+ for Selenium Docker, going over on the important Chromedriver changes that have emerged. With the successive releases of Chrome 115 and Chrome 116, there have been notable changes in how Chromedriver is managed and accessed.
Selenium Grid with Docker Compose
In this tutorial, we will cover how to set up Selenium Grid with Docker Compose. We will talk about why we need Docker Compose and look into how to implement a Docker Compose file. We will also cover how to set up parallel execution with Docker Compose & Selenium Grid.
Docker Selenium Grid Setup
In this tutorial, we will cover how to set up Selenium Grid with Docker and also go over why we should use Selenium Grid. We will also increase max instances and max sessions for the Selenium Grid in Docker to run tests in parallel.
Debug Selenium Tests in Docker using VNC Viewer
In the previous post, we learned how to integrate Selenium tests with Docker. In this tutorial, we will take a look at how to integrate VNC Viewer with Docker and debug Selenium tests in Docker using VNC Viewer. We will also learn why it’s important to run tests through VNC Viewer as well.
Selenium Docker Tutorial
In this tutorial, we will cover how to run Selenium tests in Docker and execute them in Chrome and Firefox browsers. We will also understand why we should run Selenium tests in Docker?