You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible to have an update to fire jQuery triggers? When selecting a value for a RadioButtonGroup, our page isn't catching the event. It should be as simple as adding ".trigger('click')" to the end of the Radio (and maybe Select) groups.
The text was updated successfully, but these errors were encountered:
Hi @erbaker . I don't quite follow what you are asking. Could you please provide a bit more detail on the scenario you are trying to automate with Seleno? Are you using ASP.Net MVC5?
Hi @mwhelan ,
We have radio buttons on our page, and a jQuery event listener for onClick() on the radios. When seleno selects a radio button, it's setting the attribute (.attr('checked', true)) which does not fire the onClick() event of our radio buttons.
I can submit a PR as an example, and it might make more sense. Let me know.
Is it possible to have an update to fire jQuery triggers? When selecting a value for a RadioButtonGroup, our page isn't catching the event. It should be as simple as adding ".trigger('click')" to the end of the Radio (and maybe Select) groups.
The text was updated successfully, but these errors were encountered: