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

Popular posts from this blog

Why does Ruby on Rails generate add a blank line to the end of a file? -

node.js - Bad Request - node js ajax post -

uitableview - Create and use custom prototype table cells in xamarin ios using storyboard -