Config class used to set the scroll behaviour, default timeouts, screenshot filetype and screenshot save path. Example of usage: public void setUp() throws Exception { Config config = new Config(); config.screenshotFileType = ScreenshotFileType.PNG; config.screenshotSavePath = Envir
source not stored for this graph (policy: none)
nothing calls this directly
no test coverage detected