Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Some docs
Originally-Committed-As: 1625c8466f05c1f14db8e74deaf186d5686ed774
  • Loading branch information
tfennelly committed Aug 26, 2015
1 parent 1acfe48 commit a8a0a86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/src/main/java/com/gargoylesoftware/htmlunit/README.md
Expand Up @@ -17,7 +17,7 @@ Because HtmlUnit executes JavaScript asynchronously, it's usually not possible t
that reason, `WebClientUtil` provides the `addExceptionListener` utility as a way of registering an exception listener.
This typically needs to be used in conjunction with the `waitForJSExec` method e.g.

```
```java
WebClient webClient = jenkinsRule.createWebClient();
WebClientUtil.ExceptionListener exceptionListener = WebClientUtil.addExceptionListener(webClient);

Expand Down

0 comments on commit a8a0a86

Please sign in to comment.