We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
com.vaadin.testbench.
Class EventsUtil
- java.lang.Object
-
- com.vaadin.testbench.EventsUtil
-
public class EventsUtil extends Object
-
-
Method Summary
All Methods Modifier and Type Method and Description static void
dispatchEvent(TestBenchElement element, String eventType, Map<String,Object> customEventInit)
Dispatches (fires) a custom event of the given type on the element with the given properties
-
-
-
Method Detail
-
dispatchEvent
public static void dispatchEvent(TestBenchElement element, String eventType, Map<String,Object> customEventInit)
Dispatches (fires) a custom event of the given type on the element with the given properties
Parameters:
element
- element that will dispatch the eventeventType
- the type of custom event to dispatchcustomEventInit
- map with properties and values that will be used to initialize the event
-
-