robotframework-pdflibrary

A library for automated PDF testing with the Robot Framework.

APACHE-2.0 License

Stars
9
Committers
1

PDF Library for the Robot Framework (Java)

Introduction

A Robot Framework library for verifying PDFs.

Usage

Use the robotframework-maven-plugin and add the library to your pom.xml:

<dependency>
    <groupId>com.github.justinclagg</groupId>
    <artifactId>robotframework-pdflibrary</artifactId>
    <version>0.0.1</version>
</dependency>

Import the library in Robot:

*** Settings ***
Library PDFLibrary
Package Rankings
Top 37.89% on Repo1.maven.org
Related Projects