A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/seleniumhq/selenium/commit/ab901a5a010bca45795fcd92ed1d3cb190f7b6f7 below:

Remove unnecessary `else` clause in `element_to_be_clickable(...)` · SeleniumHQ/selenium@ab901a5 · GitHub

File tree Expand file treeCollapse file tree 1 file changed

+1

-2

lines changed

Filter options

Expand file treeCollapse file tree 1 file changed

+1

-2

lines changed Original file line number Diff line number Diff line change

@@ -313,8 +313,7 @@ def _predicate(driver):

313 313

target = visibility_of(target)(driver)

314 314

if target and target.is_enabled():

315 315

return target

316 -

else:

317 -

return False

316 +

return False

318 317 319 318

return _predicate

320 319

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4