Skip to content

Commit

Permalink
- Fix chromium not found when crawling.
Browse files Browse the repository at this point in the history
Took 18 minutes
  • Loading branch information
Cybrarist committed Sep 30, 2024
1 parent 4916a44 commit 2dbd1e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Helpers/StoresAvailable/StoreTemplate.php
Original file line number Diff line number Diff line change
Expand Up @@ -480,8 +480,8 @@ public static function get_website(string $url , array $data=[], array $extra_he

public static function get_website_chrome(string $url , array $extra_headers=[]): string {

// $browser_factory = new BrowserFactory('chromium');
$browser_factory = new BrowserFactory();
$browser_factory = new BrowserFactory('chromium');
// $browser_factory = new BrowserFactory();

$browser = $browser_factory
->createBrowser([
Expand Down

0 comments on commit 2dbd1e6

Please sign in to comment.