I used sqlite and created an test.db file which contains web elements and its xpath locator. My question is how can I write robot framework code to print out those element value ? thanks much
CodePudding user response:
You have to use DatabaseLibrary
: https://franz-see.github.io/Robotframework-Database-Library/api/0.5/DatabaseLibrary.html
CodePudding user response:
You can use log or log many :
Log ${current_row_count}
Log Many ${queryResults}