mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-25 16:18:13 +00:00
Fix: Selenium incorrect firefox options import
This commit is contained in:
@@ -5,7 +5,7 @@ from pydantic.v1 import BaseModel, Field
|
||||
from bs4 import BeautifulSoup
|
||||
from selenium import webdriver
|
||||
from selenium.webdriver.common.by import By
|
||||
from selenium.webdriver.firefox.options import Options
|
||||
from selenium.webdriver.chrome.options import Options
|
||||
|
||||
from ..base_tool import BaseTool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user