DEV Community

Cover image for Run robot framework test using Puppeteer
Antoine
Antoine

Posted on

Run robot framework test using Puppeteer

Photo by Denisse Leon on Unsplash

Running Robotframework tests using Puppeteer

A framework has been developed as an alternative to SeleniumLibrary, to run tests using Puppeteer.

The framework can use Playwright as well.
As the Azure Function support running puppeteer and playwright, the benefits are obvious.

But, all keywords developed by SeleniumLibrary is not available in PuppeteerLibrary (such as Page Should Contain Element).

Running Playwright on WSL

A Dockerfile for ubuntu / WSL is available to test playwright, but be aware of some issues in headless mode !

A Support page is available.

Hope this helps !

Top comments (0)