You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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.
The text was updated successfully, but these errors were encountered: