angularjs - How to make multiple click by using Angular e2e? -
i'm writing e2e tests i'm using grid. while i'm trying make single selection grid, works fine.
element('#wrapped_grid .item-id-2 .slick-cell').click();
but couldn't figure out how simulate multiple selection, (combination of click + ctrl key)
any ideas appreciated !
thanks.
while don't of way simulate asked, consider "bypassing" ui simulate multiple selection directly on controller. in other words, directly invoke method on controller have handled user's multi select.
Comments
Post a Comment