Within my automation setup using selenium 3, I have integrated the JavaScriptLibrary.
Unfortunately, there seems to be an issue with JavascriptLibrary's functionality.
JavascriptLibrary javascript = new JavascriptLibrary();
javascript.callEmbeddedSelenium(driver, "triggerEvent", ele, "change");
Is there a different method available to accomplish the task mentioned above?