SeleniumHQ / selenium-google-code-issue-archive

Archive, please see main selenium repo
https://github.com/seleniumhq/selenium
345 stars 195 forks source link

Selenium-IDE: fuzzy_matching broken? #4131

Open lukeis opened 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 4131

in locatorBuilders.js (line 79) the location strategy is checked for fuzzy matching
capability. This seems broken because the key to lookup the location strategy is actually
the locatorBuilder's key (e.g.: "xpath:attributes") and not the location strategy (e.g.
"xpath"). usually the check for fuzzy matching will be negative then.

Reported by stefan.meyer@sinnerschrader.com on 2012-06-22 07:33:32

lukeis commented 8 years ago

Reported by barancev on 2012-06-23 20:11:19

lukeis commented 8 years ago

Reported by barancev on 2013-10-21 16:56:01

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 17:44:49