Posted 8 September 2017, 10:01 am EST
Need to know how to do automated testing in spreadjs. Using nightwatch and since spread.js uses canvas ,i am unable to use css selector. Please give suggestions
Forums Home / Spread / SpreadJS
Posted by: sridhar1983 on 8 September 2017, 10:01 am EST
Posted 8 September 2017, 10:01 am EST
Need to know how to do automated testing in spreadjs. Using nightwatch and since spread.js uses canvas ,i am unable to use css selector. Please give suggestions
Posted 8 September 2017, 10:01 am EST
Hi,
Our team uses selenium web driver for auto-testing; however, it required a custom integration module to work with SpreadJS. I have asked the developers for more information about this module and whether it is something that could work with nightwatch and whether we might provide that to customers at some point, but for now it is for internal use only. I will post again when I have more information.
Regards,
-Sean
Posted 8 September 2017, 10:01 am EST
Please provide the details about that integration module which can work with spread js for automation tetsing
Posted 19 October 2018, 5:46 pm EST
Hi,
Its been more that 1 year since you posted:
“Our team uses selenium web driver for auto-testing; however, it required a custom integration module to work with SpreadJS. I have asked the developers for more information about this module and whether it is something that could work with nightwatch and whether we might provide that to customers at some point, but for now it is for internal use only. I will post again when I have more information.”
Can you tell us if this is available? I need to test this with Java Selenium. We can use the JavascriptExecutor - like this
public static void scrollToElementBottom(WebDriver driver, WebElement element) { ((JavascriptExecutor) driver).executeScript("arguments[0].scrollIntoView(false);", element); }
But I need to see some examples on how to access the spreadsheet
Thanks!