selenium-grid Questions
6
Solved
How can I connect to a selenium grid such as BrowserStack via RemoteWebDriver from behind a corporate proxy?
The application under test is outside the proxy and freely accessible from BrowserStack...
Karole asked 18/1, 2016 at 1:38
3
Note: My question was closed earlier, I tried solutions mentioned here - unknown error: session deleted because of page crash from unknown error: cannot determine loading status from tab crashed wi...
Bibeau asked 13/3, 2020 at 2:3
2
I execute my tests under Grid Hub and 3 nodes run on 3 remote computers. In my log I can see the messages in random order posted from all these nodes. In order to analyze the logs I have to sort it...
Roswald asked 27/7, 2012 at 15:53
3
Solved
Error:
Parameter Exception - was passed main parameter but no main parameter was defined in your arg class
Snapshot of the error:
Hub - 10.72.24.148:5555
I am running node using command line...
Confrere asked 4/12, 2018 at 11:13
4
Solved
I created a docker container which is running 2 java processes - one of the processes is listening on port 4444 and should have access from browser hitting the following URL:
http://{host}:4444/gr...
Cottonmouth asked 22/2, 2018 at 15:59
3
Solved
How to terminate session in Selenium Grid? My problem is that if my test fail hub still keep session for this test and I can't run another test (it run but fail because can't get free node, because...
Allwein asked 9/8, 2017 at 13:23
12
I start Selenium hub to start Selenium Grid from command prompt on port 4444.
Now I start Selenium RC from other command prompt.
It shows me error message that "Selenium is already running on port...
Loren asked 25/3, 2010 at 10:48
1
I'm trying to run my selenium test with selenium server standalone but getting this exception even I already update chromedriver.exe to the last version 108
org.openqa.selenium.SessionNotCreatedExc...
Jovanjove asked 16/1, 2023 at 23:0
5
Solved
I'm trying to run integration tests on a local host (with no HTTPS) using selenium with ChromeDriver.
Chrome requires an https certificate, but from this question i understand that i can circumven...
Beggarweed asked 5/6, 2019 at 9:28
1
I've installed the latest version of selenium via Docker:
docker run -d -p 4444:4444 -v /dev/shm:/dev/shm selenium/standalone-chrome:latest
and then ran this in my python console:
from selenium...
Reinhard asked 24/4, 2019 at 19:14
4
Solved
I am using TestNG framework for selenium webdriver scripts. I run them periodically using Jenkins in slave machines. I do not use Selenium Grid. What is the advantage of using selenium grid over je...
Luzluzader asked 19/12, 2014 at 20:44
4
Solved
I am setting up tests for both chrome and firefox using seleniumgrid.I am using docker images selenium-hub and selenium node-chrome and node-firefox as below.
app:
build: .
command: gunicorn --...
Mincing asked 23/1, 2020 at 11:30
19
In Selenium Grid I am trying to execute a simple program and I'm getting Cannot find firefox binary in PATH though I have added the binary path in my code.
My code and the error are given below.
Co...
Hellcat asked 6/1, 2014 at 13:9
10
Solved
I have written few test cases in Selenium WebDriver using Java and execute them on grid (hub and multiple nodes). I have noticed that a few test cases fail due to NoSuchElementException. What is th...
Stanford asked 23/10, 2013 at 8:44
2
I've been trying to change the way I start the Selenium grid service from a shell script in .rclocal to a systemd service, but it is not working. The script is this:
#!/bin/bash
java -jar /opt/s...
Gibby asked 1/10, 2019 at 16:41
4
I am executing automation tests using Docker containers. I have to run test suites for multiple applications on the same server. But if I have same port for each selenium hub docker container then ...
Birthstone asked 20/6, 2018 at 22:18
2
Solved
File Upload with a Selenium Grid:
Code
import java.net.MalformedURLException;
import java.net.URL;
import java.util.concurrent.TimeUnit;
import org.openqa.selenium.By;
import org.openqa.selenium.We...
Crystlecs asked 26/6, 2020 at 13:10
2
Solved
I would like to use Selenium Grid's Docker images to execute tests in parallel.
In order to do so, I wish to dispatch each test suite to a different browser node. Each node would have to be paire...
Annihilation asked 7/6, 2016 at 17:22
1
Solved
I am trying a POC on selenium grid with Cucumber. I am receiving this error:
Error forwarding the new session Empty pool of VM for setup Capabilities
Here is my sample Code:
public static void conf...
Influenza asked 25/6, 2021 at 8:18
8
I have selenium grid setup with multiple node machines , where in I am manually downloading chromeDriver & geckoDriver on all selenium node machines & using them for chrome & firefox br...
Gipsy asked 26/3, 2019 at 20:4
1
Solved
I have downloaded Selenium Grid from a Docker compose, following the documentation. Now, I have all the images up and running.
Also, the UI is working.
For each browser, I have only one instance....
Lavender asked 2/3, 2021 at 13:41
3
Solved
i am working in Selennium Webdriver2 with IE specific application. i know we can take the screenshots of the execution. similarly, Is there any option to record selenium execution as a video?
Colwell asked 20/8, 2013 at 11:27
18
Solved
I have a Selenium test suite that runs many tests and on each new test it opens a browser window on top of any other windows I have open. Very jarring while working in a local environment. Is there...
Seeker asked 23/4, 2013 at 22:46
3
What are the Implementations differences between 'Selenium-server-standalone.jar' and 'Selenium Client & WebDriver'. Following is the link from SeleniumHQ.org website [http://www.seleniumhq.org...
Carolynecarolynn asked 13/11, 2014 at 3:1
1
Good evening,
I tried to run my automated tests on a server with Eclipse / Selenium and TestNG. So far the configuration of Selenium Grid worked fine. I got the response:
23:02:55.068 INFO - Seleni...
Moonfish asked 28/7, 2020 at 21:30
1 Next >
© 2022 - 2024 — McMap. All rights reserved.