playwright-nodejs 0.0.2

Creator: railscoder56

Last updated:

Add to Cart

Description:

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)

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.