I need to send the following key combination (control+shift+T) using selenium on a Mac machine with Ruby. Someone suggest me a solution for this.
Asked
Active
Viewed 171 times
1

Stefan
- 109,145
- 14
- 143
- 218

senthil vel
- 71
- 5
-
1Have you tried to use `send_keys` on an arbitrary element, e.g. `body`? – Stefan Mar 20 '18 at 09:16