|
@@ -94,7 +94,7 @@ class PlaywrightDriver(WebDriver):
|
|
|
self.driver = sync_playwright().start()
|
|
|
self.browser = getattr(self.driver, self._driver_type).launch(
|
|
|
headless=self._headless,
|
|
|
- args=["--no-sandbox"],
|
|
|
+ # args=["--no-sandbox"],
|
|
|
proxy=proxy,
|
|
|
executable_path=self._executable_path,
|
|
|
downloads_path=self._download_path,
|