Uses of Class
org.openqa.selenium.bidi.network.Header
Packages that use Header
-
Uses of Header in org.openqa.selenium.bidi.network
Methods in org.openqa.selenium.bidi.network that return HeaderModifier and TypeMethodDescriptionstatic HeaderHeader.fromJson(org.openqa.selenium.json.JsonInput input) Methods in org.openqa.selenium.bidi.network that return types with arguments of type HeaderConstructor parameters in org.openqa.selenium.bidi.network with type arguments of type HeaderModifierConstructorDescriptionRequestData(String requestId, String url, String method, List<Header> headers, List<Cookie> cookies, long headersSize, FetchTimingInfo timings)