We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4a9535 commit a2c5f9bCopy full SHA for a2c5f9b
java/client/src/org/openqa/selenium/json/UuidCoercer.java
@@ -43,7 +43,7 @@ public BiFunction<JsonInput, PropertySetting, UUID> apply(Type type) {
43
break;
44
45
default:
46
- throw new JsonException("Unable to coerce type to URL: " + jsonInput.peek());
+ throw new JsonException("Unable to coerce type to UUID: " + jsonInput.peek());
47
}
48
49
return UUID.fromString(toCoerce);
0 commit comments