All Downloads are FREE. Search and download functionalities are using the official Maven repository.

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