I want to replicate button combination clicks in JavaScript. How can I achieve that ?
For example I can do something like this: element.click()
element.click()
So, I want to do something similar, something like this:
(CTRL+Z).click()