Skip to content

Commit 73c38af

Browse files
[py] fixed Enum issue in ie/options (#12464)
1 parent 16dff72 commit 73c38af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/ie/options.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class Options(ArgOptions):
105105
`value`: `int` (Timeout) in milliseconds
106106
"""
107107

108-
element_scroll_behavior = _IeOptionsDescriptor(ELEMENT_SCROLL_BEHAVIOR, int)
108+
element_scroll_behavior = _IeOptionsDescriptor(ELEMENT_SCROLL_BEHAVIOR, Enum)
109109
"""Gets and Sets `element_scroll_behavior`
110110
111111
Usage

0 commit comments

Comments
 (0)