Skip to content

Commit

Permalink
[py] fixed Enum issue in ie/options (#12464)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsuryaprasad committed Aug 14, 2023
1 parent 16dff72 commit 73c38af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/ie/options.py
Expand Up @@ -105,7 +105,7 @@ class Options(ArgOptions):
`value`: `int` (Timeout) in milliseconds
"""

element_scroll_behavior = _IeOptionsDescriptor(ELEMENT_SCROLL_BEHAVIOR, int)
element_scroll_behavior = _IeOptionsDescriptor(ELEMENT_SCROLL_BEHAVIOR, Enum)
"""Gets and Sets `element_scroll_behavior`
Usage
Expand Down

0 comments on commit 73c38af

Please sign in to comment.