Skip to content

Commit

Permalink
[java] Add missing Http method names in the enum
Browse files Browse the repository at this point in the history
  • Loading branch information
pujagani committed Mar 18, 2024
1 parent 9c5fb53 commit 57f8398
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion java/src/org/openqa/selenium/remote/http/HttpMethod.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,8 @@ public enum HttpMethod {
POST,
PUT,
OPTIONS,
PATCH
PATCH,
HEAD,
CONNECT,
TRACE,
}

0 comments on commit 57f8398

Please sign in to comment.