selenium-grid Questions

6

Solved

I'm trying to launch: java -jar selenium-server-standalone-2.14.0.jar -role hub from my Command Prompt but output was as below: C:\Program Files (x86)>java -jar selenium-server-standalone-2....
Shamefaced asked 6/6, 2012 at 19:33

4

Solved

I was wondering if anybody could shed some light on a Selenium question that has been giving us a bit of head scratching. We're confused on meaning of MaxSession and MaxInstances of Selenium Grid....
Iinden asked 5/12, 2012 at 12:33

1

Solved

I am new to Selenium, TestNG and Selenium Grid. I got slightly confused about when exactly I need to use Selenium Grid. Below are my understandings on this. Just let me know if i am right : Selen...
Wakerly asked 8/1, 2020 at 14:27

4

I am new to web driver and I wrote a selenium script for web application which contains backbone.js and select2. I used to get NosuchElementException and Element is not clickable exceptions often....
Lorrainelorrayne asked 22/6, 2015 at 17:52

8

Solved

Every time my webdriver tests login into the application, 'Do you want chrome to save your password' pop up appears.. Is there a way to avoid this?? Please help. Thanks, Mike

4

Solved

Overview: Chromedriver works normally on one machine but extremely slowly on two other identical machines. Setup: Selenium Webdriver using .Net for coding and Selenium Grid for distributing the ...

1

I am running the automation test script in selenium Grid with chrome browser and I am getting Chrome not reachable error. cucumber.runtime.CucumberException: org.openqa.selenium.WebDriverExcepti...
Bolt asked 17/4, 2019 at 14:9

1

Solved

I am using selenium for automating some interactions with websites. This process involves opening several browsers and having them perform actions intermittently. However, occasionally there are lo...

4

Solved

In this post I see the solutions for setting the download directories for Chrome and Firefox how to change file download location in Webdriver while using chrome driver/firefox driver These worked...
Hyperostosis asked 26/3, 2016 at 21:34

1

I am a newbie to Selenium and am using Selenium to navigate to multiple pages of the same website simultaneously while maintaining a session. I can create a controller in the following 2 ways: T...
Antoneantonella asked 12/3, 2016 at 6:18

1

Solved

<?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd"> <suite name="Parallel test suite" parallel="classes" thread-count="2"> <test ...
Orthochromatic asked 8/10, 2018 at 12:39

1

Solved

I got this exception for all browsers. For example, I create a remote webdriver on chrome like this: caps = DesiredCapabilities.chrome(); ChromeOptions options = new ChromeOptions(); options.addAr...

1

As a newbie to docker-selenium, yml and docker compose, can someone please advise me how to correctly set the max hub sessions and node essions/instances in docker compose? I'm currently using this...
Globule asked 4/3, 2018 at 20:53

1

I use nodejs selenium-standalone and I have: 1) selenium-standalone running on Mac with role=hub 2) selenium-standalone running on Mac with role=node (to run tests on local Mac browsers) 3) Wind...
Thunderclap asked 21/1, 2018 at 10:56

1

Solved

I'm running Selenium grid with only Windows machines and the resource use is quite high. I've been toying with the idea of putting Chrome and Firefox inside docker containers to improve efficiency...
Esotropia asked 22/12, 2017 at 9:53

2

Solved

Since documentation on GitLab CI configuration and Selenium is generally poor, I'm asking for help. Configuration as by interest point: gitlab.ci.yml: image: node:7 variables: HUB_PORT_4444_T...
Vocalise asked 30/5, 2017 at 12:3

3

Solved

I need chrome to start maximized when running via the selenium grid. This is how do I initialize it now: Selenium selenium = new DefaultSelenium("localhost", 4444, "*googlechrome", "http://www.go...
Alwitt asked 30/3, 2012 at 11:28

1

Solved

I want to merge ChromeDriverService with chromeOptions or with DesiredCapabilities for running browser in xvfb. Below is part of code ChromeDriverService I previously used without selenium grid. ...
Susquehanna asked 6/12, 2017 at 10:20

5

I am trying to connect to selenium 2.30 with FF version 26.0 installed in my AWS unix machine but I am getting below error when I start both my client which access selenium. Also, when I try the s...

3

Solved

For my test, I am running grid and node locally on different ports. java -jar /usr/bin/selenium-server.jar -port 4444 -role hub java -jar /usr/bin/selenium-server.jar -role node -hub http://127.0....

3

Solved

I have a sample UI test project using v3.4.0 of Selenium.WebDriver. Everything works fine when I run the tests against a local driver but I want to get things working using Selenium Grid 2. As so...
Melvin asked 3/5, 2017 at 16:16

2

Solved

Ok, so I am wondering how I can get my driver/browser sessions to properly exit if a test is aborted via jenkins. Locally, if I run my tests and abort them, the browser will quit properly. Via jenk...
Alsace asked 24/7, 2017 at 17:10

1

In brief How to run Python Selenium tests properly against Selenium Grid container created from SeleniumHQ Docker images? I also asked on SeleniumHQ here https://github.com/SeleniumHQ/docker-sele...
Barter asked 16/7, 2017 at 10:26

2

I am currently running a Selenium Grid 2 with more than 50 nodes registered . After some time the hub becomes unresponsive and has a very hard time to serve the back and forth communication (http r...
Kenelm asked 18/5, 2015 at 12:19

1

I am getting exception Exception in thread "main" org.openqa.selenium.SessionNotCreatedException: Unable to create new remote session. desired capabilities = Capabilities [{marionette=true, ...
Light asked 19/1, 2017 at 7:11

© 2022 - 2024 — McMap. All rights reserved.