Posted 14 September 2017, 11:18 am EST
We would like to use Selenium to test our Flexgrid but are having difficulty automating it.
Is there a way to automate editing data in a cell? As a human I can click the grid twice which puts the cell into edit mode. I can then type to change the value.
However, with Selenium sending two click events to the cell div has no effect. Likewise with sending key presses.
Any ideas how this can be done?
Cheers