The selection of infragistics dropdown option is not setting the option
var combo = item.Find.ByExpression<HtmlInputCheckBox>("type=checkbox"
);
combo.Click();
combo.InvokeEvent(ScriptEventType
.OnChange);
The above lines of code is able to click the given option in a multiselect dropdown, but after checking the checkbox, it is not setting the checked value in dropdown
the dropdown is infragistics control. Can anybody shed some light on this.
i tried using combo.check() as well it is also having same issue.
The above lines of code is able to click the given option in a multiselect dropdown, but after checking the checkbox, it is not setting the checked value in dropdown
the dropdown is infragistics control. Can anybody shed some light on this.
i tried using combo.check() as well it is also having same issue.