Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/main/java/com/deque/axe/AXE.java
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,7 @@ public static class Builder {
private String options = "{}";
private Boolean skipFrames = false;
private int timeout = 30;
private int timeout_new = 30;

/**
* Initializes the Builder class to chain configuration before analyzing pages.
Expand Down