Luigi Kang - 2017-06-22

Hi all,

I'm trying to use groovy to select all visible nodes with
c.select(c.find{it.isVisible()})
However it only selects a few and runs into error. Any suggestion?

(I know of the menuUtils.executeMenuItems(['SelectAllAction']) method would do it, but I'm just curious on how to do it with groovy.)