
Selenium label location strategy not working.
Reported by Jonathan Hicks | August 18th, 2009 @ 01:04 PM
This commit (9a42304513cfc2c19831cc1bee5fbfead6469973) broke locating labels with some special characters in them. For example, in FF 3.5 firebug console:
var msg = "ID/Email:"; var label = "ID/Email:"; var regExp = new RegExp('^' + msg + '\b', 'i'); label.search(regExp); -1
I believe that the word boundary, '\b', is throwing off the regex because it when I remove it, it works.
Comments and changes to this ticket
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Ruby Acceptance Testing for Web applications.