Skip to content

Commit

Permalink
[py] Fix invisibility_of_element expected condition init function (#7484
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jklingen92 authored and lmtierney committed Aug 9, 2019
1 parent 4a50934 commit 4e4160d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/support/expected_conditions.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ class invisibility_of_element(invisibility_of_element_located):
element is either a locator (text) or an WebElement
"""
def __init(self, element):
def __init__(self, element):
self.target = element


Expand Down

0 comments on commit 4e4160d

Please sign in to comment.