I would like to paste the test from the clipboard "Ctrl" + "V"
When I use the code:
instance.ActiveTab.KeyEvent("V", "press", "ctrl");
Paste only the letter "V"
The code does not work only on Chromium, on firefox it works
When I use the code:
instance.ActiveTab.KeyEvent("V", "press", "ctrl");
Paste only the letter "V"
The code does not work only on Chromium, on firefox it works