Chrome version: 61 to 63
Chrome webdriver: 2.33 to 2.35
I'm unable to get screenshot in my selenium program, which I run using Xvfb.
((TakesScreenshot) driver).getScreenshotAs(OutputType.FILE);
Program runs well on a windows machine, and I get a screenshot using above code. But, when I run the program on a Linux server, using Xvfb I get a blank white screenshot, with nothing else.