Writing Selenium tests with Handsontable

Hi.

Can I get some help in writing Selenium tests for Handsontable? Here are some details for my scenario.

  1. I have a a string which is separated by “|” and “\n” e.g. “Test|Test2|Test3\nTest4|Test5|Test6\n”. “|” represents separation of columns and “\n” represents the remaining content should be in the next row.
  2. I have a Handsontable spreadsheet implemented in my webpage.
  3. I would like to fill in the string into the spreadsheet interface.

May I know how do I find the interaction events for inserting the string into the spreadsheet interface while taking into account the “|” column separators and “\n” line feeds?

Hi @perfectformiskey

like mentioned it this topic https://github.com/handsontable/handsontable/issues/4464 we corrently do not have any helpers or guides for building tests.