Using Playwright Python instead Playwright JS?

Hi, RF-Browser is based on the Playwright JS version.
But a Playwright Python is also available.

Do you plan to switch on the Playwright Python version, so removing the need to install NodeJS as a dependency ?

Regards

1 Like

Hi,

No we will not switch to Playwright Python.

Playwright Python does also communicate with Playwright NodeJS.
For us it does not make sense to have another abstraction layer in between.

Because of Playwright NodeJS we do have some possibilities that we would not have with Python version.

And the language bridge is a solved issue for us, so switching would add a lot lot of effort without giving any value.

And we actually like to work with TypeScript as well.

Cheers
René

1 Like