Skip to content

Commit 8fc2f05

Browse files
committed
[java] Deprecating disableNativeEvents method that uses a deprecated capability.
1 parent 5b48aca commit 8fc2f05

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

java/src/org/openqa/selenium/ie/InternetExplorerOptions.java

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,6 +202,12 @@ public InternetExplorerOptions introduceFlakinessByIgnoringSecurityDomains() {
202202
return amend(INTRODUCE_FLAKINESS_BY_IGNORING_SECURITY_DOMAINS, true);
203203
}
204204

205+
/**
206+
* Method that defines to use whether to use native or javascript events during operations.
207+
*
208+
* @deprecated Non W3C compliant
209+
*/
210+
@Deprecated
205211
public InternetExplorerOptions disableNativeEvents() {
206212
return amend(NATIVE_EVENTS, false);
207213
}

0 commit comments

Comments
 (0)