Is it possible to catch errors thrown by ST and handle them as I wish to?
For example catching the error that occurs when a row can not be located due to an invalid rowindex?
Code:try { St.grid(locator).rowAt(index); } catch (e) { // grid not found }catch (e) { // row not found }