Tushard8 / 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 8 years ago

GoogleCodeExporter commented 8 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

GoogleCodeExporter commented 8 years ago
This project has been migrated to GitHub and issues have been moved to 
https://github.com/robotframework/SeleniumLibrary/issues/. Old IDs are 
preserved so you can find this particular issue using URL like:

    https://github.com/robotframework/SeleniumLibrary/issues/<id>

Original comment by pekka.klarck on 20 Aug 2015 at 9:00