Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeleniumHQ/selenium
/ getType
Method
getType
java/src/org/openqa/selenium/events/Event.java:54–56 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
52
}
53
54
public
EventName getType() {
55
return
eventName;
56
}
57
58
public
<T> T getData(java.lang.reflect.Type typeOfT) {
59
return
JSON.toType(data, typeOfT);
Callers
15
equals
Method · 0.95
hashCode
Method · 0.95
canAddConsoleMessageHandler
Method · 0.45
canAddJsErrorHandler
Method · 0.45
canRemoveJsErrorHandler
Method · 0.45
canAddMultipleHandlers
Method · 0.45
canNavigateAndListenToErrors
Method · 0.45
canEvaluateScript
Method · 0.45
canEvaluateScriptWithUserActivationTrue
Method · 0.45
canEvaluateScriptWithUserActivationFalse
Method · 0.45
canEvaluateScriptThatThrowsException
Method · 0.45
canEvaluateScriptWithResulWithOwnership
Method · 0.45
Calls
no outgoing calls
Tested by
15
canAddConsoleMessageHandler
Method · 0.36
canAddJsErrorHandler
Method · 0.36
canRemoveJsErrorHandler
Method · 0.36
canAddMultipleHandlers
Method · 0.36
canNavigateAndListenToErrors
Method · 0.36
canEvaluateScript
Method · 0.36
canEvaluateScriptWithUserActivationTrue
Method · 0.36
canEvaluateScriptWithUserActivationFalse
Method · 0.36
canEvaluateScriptThatThrowsException
Method · 0.36
canEvaluateScriptWithResulWithOwnership
Method · 0.36
canEvaluateInASandBox
Method · 0.36
canEvaluateInARealm
Method · 0.36