We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe26ef commit e5feb96Copy full SHA for e5feb96
lib/WebDriver/Capability.php
@@ -52,6 +52,7 @@ class Capability
52
const NATIVE_EVENTS = 'nativeEvents';
53
const PROXY = 'proxy';
54
const UNEXPECTED_ALERT_BEHAVIOUR = 'unexpectedAlertBehaviour';
55
+ const ELEMENT_SCROLL_BEHAVIOR = 'elementScrollBehavior';
56
57
/**
58
* Proxy types
0 commit comments