Skip to content

RobotFramework lXMLLibrary to with full XPath 1.0 support thru lxml library

Notifications You must be signed in to change notification settings

poliarush/robotframework-lxmllibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

robotframework-lxmllibrary

RobotFramework lXMLLibrary to with full XPath 1.0 support thru lxml library

Problem

Existing RobotFramework XML library supports only simple XPath expression which is not enough for testing purposes.

Extra keywords added

  • get_elements_texts
  • elements_text_should_be
  • elements_text_should_match
  • elements_text_should_match_regexp
  • elements_should_match
  • elements_should_be_equal
  • elements_count_should_be_equal
  • set_elements_attribute
  • set_elements_tag
  • set_elements_text

Aim

  • clone XML library
  • substitute ElementTree with lxml library as core engine for xml processing
  • add keywords to set\check multiple nodes on text\tag\attribute
  • add unit tests for library

About

RobotFramework lXMLLibrary to with full XPath 1.0 support thru lxml library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages