Skip to content

How is this library different from Robot Framework's Browser library? #142

Answered by atthaboon
wlad asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks a lot for you question.

robotframework-puppeteer first we aim to use puppeteer library as our lower layer.
But while waiting for the python library. We enhance the lower layer to able to plug and play with another engine like playwrights.

The Library major goal are:

  1. Flexibility: create a web test library that has the same interface (keyword) and still allow to use of different lower test library (playwright, puppeteer)

  2. Stable: by relying on officials and reducing dependency as much as possible
    The lower level implementation for robotframework-puppeteer is different from Brower library.
    robotframework-puppeteer will use the official python library to connect to the playwright di…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@wlad
Comment options

@atthaboon
Comment options

@atthaboon
Comment options

Answer selected by atthaboon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants