ChromeDriver has started to create blank screenshots?
问题 I am using ChromeDriver to create automated browser tests. This stopped working today, taking a look at the screenshots that are saved in the database, they are all blank pixels. Why? Version ChromeDriver 2.29.0 Screenshot Hexdump Code (c#) foreach (var testStep in testSteps.ToList()) { var testStepRun = new TestStepRun(); repo.createTestStepRun(testStepRun); /* I omit this function in my posting but will include it if needed */ RunTestStep(testStep); try { testStepRun.ScreenshotPNG = driver