Skip to content

Instantly share code, notes, and snippets.

@gpsarkar
Last active April 30, 2018 13:44
Show Gist options
  • Save gpsarkar/a2136450eeb59e920c54f899e5b4ae11 to your computer and use it in GitHub Desktop.
Save gpsarkar/a2136450eeb59e920c54f899e5b4ae11 to your computer and use it in GitHub Desktop.
Run IE11 on Jenkins as Local Account with testcafe
download PsExec from this URL : https://technet.microsoft.com/en-us/sysinternals/bb897553
execute this command : psexec -s -i “%programfiles%\Internet Explorer\iexplore.exe”
IE will open
make IE happy
close it
never touch it again
https://rostacik.net/2017/06/12/my-karma-tests-are-failing-in-ie-on-my-jenkins-and-i-dont-know-why/
https://marckean.com/2010/12/17/run-internet-explorer-as-the-local-system-account/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment