Last active
April 30, 2018 13:44
-
-
Save gpsarkar/a2136450eeb59e920c54f899e5b4ae11 to your computer and use it in GitHub Desktop.
Run IE11 on Jenkins as Local Account with testcafe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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