use of com.gargoylesoftware.htmlunit.DefaultCredentialsProvider in project sling by apache.
the class ITWebConsoleRemote method prepareWebClient.
@Before
public void prepareWebClient() {
webClient = new WebClient();
((DefaultCredentialsProvider) webClient.getCredentialsProvider()).addCredentials("admin", "admin");
}
Aggregations