I am trying to automate spreadJS application using selenium web driver java. I have found something like this,
js.executeScript("var spread = new GcSpread.Sheets.Workbook(document.getElementById('ss'));");
And I tried the same after launching the browser from eclipse. Do we need to add any JavaScript libraries for this since it is showing the error as GcSpread not defined.