RetailMeNot / SeleniumGridScaler

Selenium Grid auto scaling plugin utilizing AWS
GNU General Public License v2.0
28 stars 76 forks source link

Fixing parse error thrown due to google gson incompatibility #12

Open snpatel07 opened 9 years ago

snpatel07 commented 9 years ago

Selenium's new version moved from org.json to google gson. Upgrading to newer versions results in error parsing the nodeConfigTemplate.json. Fixing the json so it that it is a valid json which is compatible with gson.