I have several columns and I need to press the ctrl button and then select multiple columns. I tried many ways but ctrl doesn't execute.
await browser.keys(Key.Control); await campaignNameColumn.click(); await browser.keys(Key.Control); await monthColumn.click();
Also tried perfromaactions, but no success yet. I'm using WDIO - 8 and node 16
Finally this worked for me.