Noksa / WebDriver.Screenshots.Extensions

C# WebDriver screenshots extensions, like a screenshot entire page
MIT License
12 stars 9 forks source link

The ability to remove an element from DOM before taking screenshot #4

Closed Noksa closed 6 years ago

Noksa commented 6 years ago

There are elements that need to be removed in the screenshots, especially if you are using a VerticalCombineDecorator. For example, this is phpdebugbar, which is absolutely not needed at the screenshots.

It is required to develop a additional setting at ScreenshotMaker class, that will hides the elements from DOM if they are visible.

Noksa commented 6 years ago

Will be available from 0.0.3

Noksa commented 6 years ago

More info - https://github.com/Noksa/WebDriver.Screenshots.Extensions/wiki/ScreenshotMaker