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

org.openqa.selenium.remote.server.ServletRequestWrappingHttpRequest Maven / Gradle / Ivy

Go to download

Selenium automates browsers. That's it! What you do with that power is entirely up to you.

There is a newer version: 4.0.0-alpha-2
Show newest version
package org.openqa.selenium.remote.server;

import javax.servlet.http.HttpServletRequest;

/**
 * @deprecated Use {@link org.openqa.selenium.grid.web.ServletRequestWrappingHttpRequest}
 */
@Deprecated
public class ServletRequestWrappingHttpRequest
    extends org.openqa.selenium.grid.web.ServletRequestWrappingHttpRequest {

  public ServletRequestWrappingHttpRequest(HttpServletRequest req) {
    super(req);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy