bs00336332 / robotframework-seleniumlibrary

Automatically exported from code.google.com/p/robotframework-seleniumlibrary
Apache License 2.0
0 stars 0 forks source link

Library uses deprecated utility function in Robot Framework #261

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
SeleniumLibrary uses Robot's `utils.html_attr_escape` method that has been 
deprecated some time ago and was removed in RF 2.8. It will be added 
temporarily back in RF 2.8.1, but this library needs to be changed to use 
`utils.attribute_escape` instead too.

Original issue reported on code.google.com by pekka.klarck on 13 Jun 2013 at 11:13