New to Telerik Test Studio? Download free 30-day trial

Drop-down menu jQuery Event Not Triggered

PROBLEM

When executing a test against an HTML drop-down menu, Test Studio does not trigger the jQuery event associated with the drop-down.

SOLUTION

A test step targeting an HTML drop-down with a jQuery event automatically triggers the event. There is no code required. A step recorded against this scenario has a test step property TriggerjQueryEvent, which is automatically set to 'True'. Test steps with this property enabled will handle the jQuery event associated with the drop-down.

Trigger jQuery

In this article