https://github.com/justinclagg/robotframework-pdflibrary
A library for automated PDF testing with the Robot Framework.
https://github.com/justinclagg/robotframework-pdflibrary
automated-testing pdf robotframework
Last synced: 4 months ago
JSON representation
A library for automated PDF testing with the Robot Framework.
- Host: GitHub
- URL: https://github.com/justinclagg/robotframework-pdflibrary
- Owner: justinclagg
- License: apache-2.0
- Created: 2017-09-16T16:59:28.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-17T03:17:22.000Z (about 8 years ago)
- Last Synced: 2024-09-27T10:41:57.725Z (about 1 year ago)
- Topics: automated-testing, pdf, robotframework
- Language: Java
- Homepage:
- Size: 20.5 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# PDF Library for the Robot Framework (Java)
Introduction
------------
A Robot Framework library for verifying PDFs.* More information about this library can be found in the
[Keyword Documentation](https://oss.sonatype.org/content/repositories/snapshots/com/github/justinclagg/robotframework-pdflibrary/0.0.1-SNAPSHOT/robotframework-pdflibrary-0.0.1-20170917.030929-4.html).
* For keyword completion you can download the
[Library Specs](https://oss.sonatype.org/content/repositories/snapshots/com/github/justinclagg/robotframework-pdflibrary/0.0.1-SNAPSHOT/robotframework-pdflibrary-0.0.1-20170917.030929-4.xml).Usage
-----
Use the [robotframework-maven-plugin](http://robotframework.org/MavenPlugin/) and add the library to your pom.xml:
com.github.justinclagg
robotframework-pdflibrary
0.0.1
Import the library in Robot:| | |
| ---------------- | ------------------------------- |
| *** Settings *** | |
| Library | PDFLibrary |