Questions tagged [selenium-grid2]

Selenium-Grid enables you to execute Selenium tests simultaneously on multiple machines with different operating systems and browsers. This setup provides a distributed test execution environment for efficient testing procedures.

Debugging remotely in Chrome within a Selenium grid

Currently, I am managing a selenium-grid setup that consists of multiple chrome instances. The selenium grid is spread across 2 Windows machines with several nodes. The test executions are carried out from a separate machine that connects to the grid. In o ...

Exploring Jenkins integration with Internet Explorer functionality

My current setup includes: selenium grid 2.53.0 hub and node for Internet Explorer; Jenkins; Internet Explorer 11. However, when attempting to execute a build for IE using a batch command with the variable BROWSER=ie, I encounter the following error: ...

Is it possible to switch to a single machine with higher configuration and 2 nodes instead of having 2 machines with lower configuration, each containing only 1 node in the Selenium grid?

I am currently utilizing two Windows VMs, each equipped with 2 CPU cores and 8GB of RAM. My tests have been running smoothly using Selenium Grid, with 7 instances of Chrome being run simultaneously across these machines. This setup entails that one machine ...

Utilizing a data-focused framework within the Selenium Grid 2 platform

We have made the decision to incorporate Selenium's Grid setup into our project. Our framework is data-driven from Excel, with all spreadsheets currently stored in a workstation (which will later become a hub once we set up Grid). I am curious, afte ...

The hash for the JSONObject could not be located

Currently, I am in the process of developing a Test Automation Script using JAVA and Selenium WebDriver. The test is being executed on a cloud environment provided by crossbrowsertesting.com. One of the features allows for taking snapshots of the browser w ...

The Selenium grid is having trouble recognizing the remote Firefox driver binary even though the System.setProperty has been configured

Currently, I am utilizing selenium with selenium-server-standalone-3.4.0 and geckodriver-v0.18.0-win64 for executing selenium grid tests. Even though I have configured system.setProperty("webdriver.gecko.driver","path to firefox binary"), I keep encounter ...