Skip to content

Commit e5feb96

Browse files
committed
Add ELEMENT_SCROLL_BEHAVIOR constant. (Blame the UK vs US naming inconsistency on the Selenium folks.)
1 parent afe26ef commit e5feb96

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/WebDriver/Capability.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ class Capability
5252
const NATIVE_EVENTS = 'nativeEvents';
5353
const PROXY = 'proxy';
5454
const UNEXPECTED_ALERT_BEHAVIOUR = 'unexpectedAlertBehaviour';
55+
const ELEMENT_SCROLL_BEHAVIOR = 'elementScrollBehavior';
5556

5657
/**
5758
* Proxy types

0 commit comments

Comments
 (0)