Closed Ankit3794 closed 4 months ago
Hi, thanks for reaching out to us. I'll have a look and let you know once I checked the scenario.
Best, Bernd
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
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
Scenario:- wants to run chrome instance with
--disable-dev-shm-usage
option on selenium grid. Passed it as argument in browser.propertiesbrowser.properties
credentials.properties
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.