Last updated:
0 purchases
playwrightnodejs 0.0.2
Description
There is a Node.js environment in playwright, why not just use it?
example
from pathlib import Path
from playwright_nodejs import Nodejs
source = Path('test.js')
js = "console.log(result)"
re = Nodejs(source=source).call(js).exec()
print(re)
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.