Vinyzu / Botright

Botright, the most advance undetected, fingerprint-changing, captcha-solving, open-source automation framework. Build on Playwright, its as easy to use as it is to extend your code. Solving your Captchas for free with AI.
GNU General Public License v3.0
354 stars 51 forks source link

Unable to pass the --no-sandbox argument to Playwright in Botright #113

Open fabiocantone opened 1 week ago

fabiocantone commented 1 week ago

Hi there,

I need to run Botright with Docker and pass the --no-sandbox argument. However, I cannot find a way to pass arguments from Botright to Playwright.

Here are the steps I followed:

  1. Attempted to pass the argument directly in the script configuration.
  2. Searched through the documentation and existing issues but did not find any relevant solutions.

Could you please provide guidance on how to pass the --no-sandbox argument to Playwright within Botright?

If this feature is not currently supported, I would like to request its inclusion.

Thank you for your assistance.