Class WebDriverEx.UIEvent
- java.lang.Object
-
- dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event
-
- dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.UIEvent
-
- Direct Known Subclasses:
WebDriverEx.MouseEvent
- Enclosing class:
- WebDriverEx
public static class WebDriverEx.UIEvent extends WebDriverEx.Event
Represents a DOM UIEvent.see also UIEvent Working Draft
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event
WebDriverEx.Event.Type
-
-
Field Summary
-
Fields inherited from class dev.aherscu.qa.jgiven.commons.utils.WebDriverEx.Event
eventInitDict, type
-
-
Constructor Summary
Constructors Constructor Description UIEvent(WebDriverEx.Event.Type type, Map<String,Object> eventInitDict)
-
-
-
Constructor Detail
-
UIEvent
public UIEvent(WebDriverEx.Event.Type type, Map<String,Object> eventInitDict)
- Parameters:
type
- type of eventeventInitDict
- initialization data
-
-