Skip to content

Commit 4acf246

Browse files
author
Cleverson Sampaio
committed
fix(findelements): fixing the use of highlight
1 parent 72eaf29 commit 4acf246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SeleniumLibraryExtends/FindElements/findElements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def waitForElementVisible(self, locator: str):
1717
self.driver = BuiltIn().get_library_instance("SeleniumLibrary")
1818
try:
1919
self.driver.wait_until_element_is_visible(locator)
20-
Highlight.init(locator)
20+
Highlight().init(locator)
2121
except Exception as e:
2222
Report().fail(e)
2323

0 commit comments

Comments
 (0)