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
I am getting below error while trying to run tests using webdriverIO and selenium grid extras on windows. Hub and node are starting fine but tests are not executing.
“ERROR [OsProcess.checkForError] - org.apache.commons.exec.ExecuteException: Process exited with an error: -1073741512 (Exit value: -1073741512)”.
But I was able to run the same test on MAC successfully using grid extras without any error.
Initially I couldn’t even get selenium hub to start as tmp folder is being created in c:/ drive and I don’t have Full control. After changing permissions, Hub and node are starting fine. Can anybody please help me resolve this error?
The text was updated successfully, but these errors were encountered:
I am getting below error while trying to run tests using webdriverIO and selenium grid extras on windows. Hub and node are starting fine but tests are not executing.
“ERROR [OsProcess.checkForError] - org.apache.commons.exec.ExecuteException: Process exited with an error: -1073741512 (Exit value: -1073741512)”.
But I was able to run the same test on MAC successfully using grid extras without any error.
Initially I couldn’t even get selenium hub to start as tmp folder is being created in c:/ drive and I don’t have Full control. After changing permissions, Hub and node are starting fine. Can anybody please help me resolve this error?
The text was updated successfully, but these errors were encountered: