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 !

Do your career a big favor. Join DEV. (The website you're on right now)

It takes one minute, it's free, and is worth it for your career.

Get started

Community matters

Top comments (0)

Image of Docusign

🛠️ Bring your solution into Docusign. Reach over 1.6M customers.

Docusign is now extensible. Overcome challenges with disconnected products and inaccessible data by bringing your solutions into Docusign and publishing to 1.6M customers in the App Center.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay