executeScript_Sandbox / executeScript not work this code ```
document.getElementById(“todo”).dispatchEvent(new MouseEvent(“click”, {ctrlKey: true}));
but other why? but working this software Selenium IDE · Open source record and playback test automation for the web
How to fix this problem ?
Selenium IDE still runs with the outdated manifest2, which allowed more “things”. This might be it.
In UIV you can use use XClick to simulate a Ctrl-click.