Currently, I am working on a project involving an AngularJS application with a Slickgrid component. However, I have encountered a challenge when attempting to write a test for it. Despite successfully using Selenium to click on the cells within the grid, the sendkeys function does not input any text despite the cursor blinking within the cell.
Even after trying to record my actions using Selenium IDE, no entries are logged for entering text into the cell.
I attempted to use the JavaScript console in Chrome to manually enter text into a cell but struggled due to my lack of proficiency in JavaScript.
Could someone provide guidance on which JavaScript code can be utilized in the Chrome console to effectively enter text into a SlickGrid cell? Is there a compatibility issue between selenium and SlickGrid?
I am uncertain of the best approach to resolve this issue.
Thank you for your support.