Skip to content

Commit c03239d

Browse files
authored
Update elementfinder.py (robotframework#1399)
1 parent 4a4b150 commit c03239d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/SeleniumLibrary/locators/elementfinder.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,6 @@ def _find_by_tag_name(self, criteria, tag, constraints, parent):
167167
tag, constraints)
168168

169169
def _find_by_sc_locator(self, criteria, tag, constraints, parent):
170-
logger.warn('scLocator is deprecated.')
171170
self._disallow_webelement_parent(parent)
172171
js = "return isc.AutoTest.getElement('%s')" % criteria.replace("'", "\\'")
173172
return self._filter_elements([self.driver.execute_script(js)],

0 commit comments

Comments
 (0)