Class AddWebDriverSpecHeaders

java.lang.Object
org.openqa.selenium.remote.AddWebDriverSpecHeaders
All Implemented Interfaces:
Function<org.openqa.selenium.remote.http.HttpHandler,org.openqa.selenium.remote.http.HttpHandler>, org.openqa.selenium.remote.http.Filter

public class AddWebDriverSpecHeaders extends Object implements org.openqa.selenium.remote.http.Filter
  • Constructor Details

    • AddWebDriverSpecHeaders

      public AddWebDriverSpecHeaders()
  • Method Details

    • apply

      public org.openqa.selenium.remote.http.HttpHandler apply(org.openqa.selenium.remote.http.HttpHandler next)
      Specified by:
      apply in interface Function<org.openqa.selenium.remote.http.HttpHandler,org.openqa.selenium.remote.http.HttpHandler>