I experience a strange behavior during test execution using IE11 on Win10.
There is a strange surge, bump, vibration or bounce every couple of seconds.
This strange short vibration is experienced during the whole execution.
This prevents running all our tests using IE11.
The exact same test is running perfectly fine in a k8s environment inside the company using Chrome.
I use
groovyVersion = '2.4.7'
gebVersion = '2.0'
seleniumVersion = '3.9.1'
We figured out with SauceLabs Support that if “report” is not used this strange behavior disappears.
EDGE works fine with the same test using “report”.
Is there any other way for taking screenshots?
Thank you,
Roland