Open
Description
Hi,
the keyUp/Down/Press methods allow for a modifier, such as CTRL, SHIFT, ALT. These modifiers would make sense on the click-method as well. Think of multiple selection using shift or similar scenarios.
I know it's supported by sahi, so the MinkSahi driver could use it. In fact, we're currently using evaluateJavaScript('_click("element","SHIFT")') as a workaround.
Would you agree this would make sense?
Reference:
http://sahi.co.in/w/_click
http://mink.behat.org/api/source/behat/mink/element/nodeelement.php.html#line122