![JAR search and dependency download from the Maven repository](/logo.png)
com.github.mike10004.seleniumhelp.HarPostProcessor Maven / Gradle / Ivy
package com.github.mike10004.seleniumhelp;
import com.browserup.harreader.model.Har;
/**
* Interface for classes that apply modifications to HARs after traffic collection.
*/
public interface HarPostProcessor {
void process(Har har);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy