Skip to content

justinclagg/robotframework-pdflibrary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A library for automated PDF testing with the Robot Framework.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages