Replies: 1 comment
-
Which version of Haystack are you using? Have you installed Haystack with the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi ,
I am trying to use crawler api and while configuring chrome driver for the same i am getting below exception
NoSuchDriverException: Message: Unable to obtain chromedriver using Selenium Manager; 'str' object has no attribute 'capabilities';
driver = webdriver.Chrome(ChromeDriverManager().install()) crawler = Crawler(output_dir="crawled_files") docs = crawler.crawl(urls=["url1, url2"], filter_urls= ["url1"]) document_stores.write_documents(docs)
Beta Was this translation helpful? Give feedback.
All reactions