I've encountered an issue with the mouseMove command while using the actions class. The error occurs specifically when running the script on Firefox and IE, but works fine on Chrome.
Below is the code snippet I attempted:
browser.get("https://chercher.tech/practice/popups")
// mouse hover on a submenu
browser.actions().mouseMove(element(by.id("sub-menu"))).perform()
Appreciate any help in advance :)