You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
public int getLastVisibleRowIndex() {
// Private for now because this seems to be slightly incorrect
return ((Long) executeScript("return arguments[0]._lastVisibleIndex",
this)).intValue();
}