Skip to content

Commit 4e4160d

Browse files
jklingen92lmtierney
authored andcommitted
[py] Fix invisibility_of_element expected condition init function (#7484)
1 parent 4a50934 commit 4e4160d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

py/selenium/webdriver/support/expected_conditions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ class invisibility_of_element(invisibility_of_element_located):
283283
284284
element is either a locator (text) or an WebElement
285285
"""
286-
def __init(self, element):
286+
def __init__(self, element):
287287
self.target = element
288288

289289

0 commit comments

Comments
 (0)