clearstep1
Results
1
comments of
clearstep1
I also faced this problem on Chrome. But the full image is fine if we run in headless mode: ChromeOptions options = new ChromeOptions(); options.setHeadless(true); driver = new ChromeDriver(options);