I'm trying to write a Capybara test which tests multi select using ctrl on Windows and command key on MacOS.
I found a solution here which works only if I use Selenium as my driver. Testing jQuery Selectable capybara or selenium (ctrl + click)
However, the solution does not work for Poltergeist driver. Does Poltergeist currently have support to perform Ctrl + Click?