Skip to content

Commit

Permalink
Update web_selenium.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sadmuphin authored Apr 17, 2023
1 parent 9887016 commit 2c55ff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion autogpt/commands/web_selenium.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ def scrape_text_with_selenium(url: str) -> tuple[WebDriver, str]:
"user-agent=Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/112.0.5615.49 Safari/537.36"
)


if CFG.selenium_web_browser == "firefox":
driver = webdriver.Firefox(
executable_path=GeckoDriverManager().install(), options=options
Expand Down

0 comments on commit 2c55ff0

Please sign in to comment.