nbb

m3tti 2025-05-02T08:43:56.721089Z

is it possible to run a nbb repl and start like a puppeteer or playwright browser and interact with it ?

borkdude 2025-05-02T08:45:18.401069Z

yes

m3tti 2025-05-02T08:45:33.170609Z

is there an example somewhere

borkdude 2025-05-02T08:46:38.617619Z

yes :) https://github.com/babashka/nbb/tree/main/examples/playwright I also designed this library to work really well with nbb and writing playwright tests: https://github.com/borkdude/deflet

borkdude 2025-05-02T08:47:11.917899Z

see the screenshot from the readme: https://user-images.githubusercontent.com/284934/222552490-439cb704-d0b0-4650-b0fc-0e18f49423eb.png

2