An open API service indexing awesome lists of open source software.

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.

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 |