Skip to content

Commit

Permalink
Merge branch 'ytai-chn:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
Lien03 authored Oct 3, 2023
2 parents 537fc2f + 26f850d commit cd3dacc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zodgame/zodgame.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def show_task_reward(driver):
def zodgame(cookie_string):
options = uc.ChromeOptions()
options.add_argument("--disable-popup-blocking")

options.add_argument("--headless")
driver = uc.Chrome(driver_executable_path = """C:\SeleniumWebDrivers\ChromeDriver\chromedriver.exe""",
browser_executable_path = """C:\Program Files\Google\Chrome\Application\chrome.exe""",
options = options)
Expand Down

0 comments on commit cd3dacc

Please sign in to comment.