I want to scroll to 2nd row 30th column using java.How to do?I need this for some selenium scripts, to move to element and perform action which i snot visible , so to make it visible & perform action on it i need to scroll till that

I want to scroll to 2nd row 30th column using java.How to do?I need this for some selenium scripts, to move to element and perform action which i snot visible , so to make it visible i need to scroll till that.

Hi @akhouri.sharma
you can use a scrollViewportTo method:

scrollViewportTo(row, column, snapToBottom, snapToRight)

docs: https://docs.handsontable.com/pro/1.7.4/Core.html#scrollViewportTo