playwright-python icon indicating copy to clipboard operation
playwright-python copied to clipboard

[FEATURE] Playwright on PyPy

Open kumaraditya303 opened this issue 4 years ago • 1 comments

PyPy is a fast, compliant alternative implementation of Python, it is much faster as compared to cpython, and is mostly used for pure python code. Since playwright is a pure python library, it can support it too.

Consider upvoting :+1: if you want to use playwright with pypy.

kumaraditya303 avatar May 13 '21 03:05 kumaraditya303

What would be required to support it? If I remember correctly I tried it a couple of months ago and it was just working. I expect adding 3 bots for each OS should be enough?

mxschmitt avatar Jul 31 '23 12:07 mxschmitt