octaltree / playwright-rust

Playwright port to Rust
316 stars 36 forks source link

Playwright seems to prepare in docker envoirnment but not launching the browser instance #45

Open foragerDev opened 1 year ago

foragerDev commented 1 year ago

I am try to launch a browser instance in docker so that I can process a website, the problem is that its working in my local machine, it launches the browser and run successfully, but in docker it does not do anything. What can be the issue?