Hi.
Can I get some help in writing Selenium tests for Handsontable? Here are some details for my scenario.
- 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.
- I have a Handsontable spreadsheet implemented in my webpage.
- 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?