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
[js] Replace execSync with spawnSync in seleniumManager.js (#11649) (#11873)
* replace execSync with spawnSync in seleniumManager.js
Since execSync does not escape shell metacharacters, attempting to
execute a command with a space in it will fail. This is the case when
the path to selenium-manager contains a space. This commit replaces
execSync with spawnSync, which does escape shell metacharacters.
Fixes#11649
* [javascript] Refine usage of spawnSync
---------
Co-authored-by: Sri Harsha <[email protected]>
Co-authored-by: Diego Molina <[email protected]>
Co-authored-by: Diego Molina <[email protected]>
0 commit comments