selenium-grid2 Questions

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

1

Solved

I am running tests on selenium grid using nunit C# with: selenium-standalone-server: v3.3.1 selenium webdriver: v3.3 geckodriver: 0.15 firefox: v52 Firefox is not installed on the default locat...
Fiance asked 16/3, 2017 at 23:49

2

I am now able to run selenium grid 2 successfully, thanks to you guys. Now I am facing a new issue, i.e. : Session [xxxxx] was terminated due to PROXY_REREGISTRATION according to what i read it me...
Frumentaceous asked 28/4, 2014 at 6:37

6

Solved

I am trying to get my Selenium Grid running on Chrome driver. At first I started hub and node: java -jar selenium-server-standalone-2.45.0.jar -role hub java -jar selenium-server-standalone-2.45.0...
Epiblast asked 12/3, 2015 at 15:15

1

Solved

Im running a selenium-grid with several chrome instances. The selenium grid are 2 machines(windows) with several nodes. The tests are executed from another machine which connects to the grid. To be...

1

Solved

I have a selenium grid2 set up on an AWS instance, and I was wondering if there's a way I could view the logs on my local machine? I understand I can visit: http://MyServerAddress/grid/console and...
Rickierickman asked 20/1, 2017 at 13:47

2

It is always suggested to set the firefox profile in DesiredCapabilities and pass that through the wire ,where the hub is running . Like below DesiredCapabilities caps = DesiredCapabilities.firef...

2

I want to test a web in multi threading but when I open too many chromedrivers they use too much memory. Can I use multi threading in one browser?
Pecos asked 12/6, 2015 at 17:7

0

I might be missing something obvious but here is what i have setup: CentOs 6.4 Headless VM ( running Selenium hub ) CentOs 6.4 Headless VM ( running node ) (same VM as # 1) Windows Xp Pro VM ( R...
Beaner asked 20/3, 2014 at 11:4

1

Currently I am able to send a firefox profile over a RemoteWebDriver, but I am not able to send the RestCLient extension over the profile. I require a certain REST client extension(firefox add-on)...
Unbalanced asked 17/5, 2013 at 19:50
1

© 2022 - 2024 — McMap. All rights reserved.