python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
error while loading shared libraries: libnss3.so: cannot open shared object file: No such file or directory using Selenium Gitlab pipeline with docker
docker-compose yml
version: "3"
services:
chrome:
image: selenium/node-chrome:4.1.3-20220327
shm_size: 2gb
depends_on:
- selenium-hub
environment:
- SE_EVENT_BU...
Sal
Votes: 0
Answers: 1
Selenium Grid 4, How to match a particular pattern capability in ruby 3.x.x
I'm unable to match the custom capabilities in ruby code for selenium grid 4 nodes.
As per this documentation: https://www.selenium.dev/documentation/grid/configuration/cli_options/#matching-node-a
I'...
student
Votes: 0
Answers: 1
Selenium grid with docker : Add Safari Node
I need some documentation or experience for answer my question :
We have a grid server on a specific vm with chrome, firefox and edge driver, and it's working good.
Now we want to add safari browser t...
sarcouilleizi94
Votes: 0
Answers: 1
How to execute two suite files(which contains class files) in Parallel in Selenium Java Maven Framework
In my organization as per existing framework. The suite are getting created in xml file with class files and these xml files are called in testng.xml. I have provided the content below.
The current ex...
user3247751
Votes: 0
Answers: 0