Skip to content

Commit 3d825c2

Browse files
committed
FIX: Remove path hard code binary
1 parent 101125d commit 3d825c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

botcity/web/browsers/chrome.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def default_options(headless=False, download_folder_path=None, user_data_dir=Non
5454
# Disable banner for Browser being remote-controlled
5555
chrome_options.add_experimental_option("excludeSwitches", ["enable-automation"])
5656
chrome_options.add_experimental_option('useAutomationExtension', False)
57-
chrome_options.binary_location = '/usr/bin/google-chrome-beta'
5857
if headless:
5958
chrome_options.add_argument("--headless")
6059
chrome_options.add_argument("--headless=new")

0 commit comments

Comments
 (0)