testingrequired / webdriver

A webdriver library
MIT License
0 stars 0 forks source link

Mask excluded elements in screenshots #28

Open kyleect opened 4 years ago

kyleect commented 4 years ago

When taking screenshots of the viewport or elements exclude any elements passed to a exclude list.

This helps account for elements with non-deterministic content. Useful for visual testing.

Implementation

Questions