SeleniumHQ / selenium-google-code-issue-archive

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

Remove manual checking of non-breaking space in Select.SelectByVisibleText #6109

Open lukeis opened 8 years ago

lukeis commented 8 years ago

Originally reported on Google Code with ID 6109

Remove manual checking of non-breaking space in Select.SelectByVisibleText

Now we already use Xpath based way - based on normalize-space(.)
so our manual checking for the same should be removed.

The manual checking was implemented at revision dc63710ca9086fdd4abe2819674c2847fd221c20
and revision ca92c2040ffbbadb20d77b395c66905ceee37c71

Xpath based way was implemented at ff76fea46c10afc33e225c5c4af5a0fd7dc1c248

Also need to port changes to all another bindings, i think.

Reported by a.u.savchuk on 2013-08-15 09:54:15

lukeis commented 8 years ago
fix for java https://github.com/SeleniumHQ/selenium/pull/135

Reported by artkoshelev on 2013-11-11 19:05:11

lukeis commented 8 years ago

Reported by luke.semerau on 2015-09-17 17:45:55