JavaScript Events
Invoking JavaScript Events
Telerik Testing Framework allows you to invoke JavaScript events directly with or without event arguments. For example:
JavaScript Event Handlers
The framework gives you the ability to attach a .NET event handler to your JavaScript happening in the browser. Start by defining your event handler like this:
All that's left is to attach the event handler to an element on the DOM like this: