-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
When using with selenium-server-standalone-2.53.0.jar
ProxyStatusJsonServlet: line 65
eachProxy.getOriginalRegistrationRequest().getAssociatedJSON() returns a com.google.gson.JsonObject while busyProxies.put() of type JSONArray expects a org.json.JSONObject causing the code to fail with a NoSuchMethodError as the expected return type is causing a mismatched signature.
A quick fix would be to use eachProxy.getOriginalRegistrationRequest().toJSON() to serialize it and then deserialize it again, or change the JSON library to GSON.
Metadata
Metadata
Assignees
Labels
No labels