Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BrowserOptions set via arguments are getting ignored on SeleniumGrid #224

Closed
Ankit3794 opened this issue Mar 31, 2023 · 3 comments
Closed
Assignees
Labels

Comments

@Ankit3794
Copy link

Scenario:- wants to run chrome instance with --disable-dev-shm-usage option on selenium grid. Passed it as argument in browser.properties

browser.properties

browserprofile.Chrome.name = Chrome
browserprofile.Chrome.browser = chrome
browserprofile.Chrome.testEnvironment = grid
browserprofile.Chrome.arguments = disable-dev-shm-usage

credentials.properties

browserprofile.testEnvironment.grid.url = http://localhost:4444/
browserprofile.testEnvironment.grid.username =
browserprofile.testEnvironment.grid.password =

seems like, arguments passed from browserprofie..arguments are only being passed as Options if testEnvironment is empty or local.

Is there any way to pass arguments in TestEnvironment (i.e., Selenium Grid) approach.

@wurzelkuchen
Copy link
Contributor

Hi, thanks for reaching out to us.
I'll have a look and let you know once I checked the scenario.

Best,
Bernd

@wurzelkuchen
Copy link
Contributor

Hi,

unfortunately, this seems to be a Selenium issue. Currently Neodymium is still based on Selenium 3.x while this bug, seems to be fixed in Selenium 4.x.
We are working on an update to Selenium 4.x but it still requires some work.

Best,
Bernd

@wurzelkuchen
Copy link
Contributor

Hi,

it took much longer than we anticipated, but with our current release for Neo 5.0.0. we support Selenide 7 which, comes with Selenium 4 and therefore, this issue should be resolved.

Best,
Bernd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants