-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I change the browser to Firefox? #772
Comments
@chung1912 what kind of issue you are having specifically, want to know more about it. |
@VinciGit00 is there any detail about this issue? If there is any I want to work on this issue. |
@SwapnilSonker Please add just Firefox on that with the docloader |
PR - #848 |
Hey @chung1912 from the new version v1.36 you can change it with graph_config = {
"llm": {
"model": "ollama/llama3.2",
"temperature": 0,
"model_tokens": 4096
},
"loader_kwargs": {
"backend": "selenium",
"browser_name": "firefox"
},
"verbose": True,
"headless": False
} |
AttributeError: 'ChromiumLoader' object has no attribute 'ascrape_selenium' |
@chung1912 looking into it, will fix the bug most probably. |
Hey! Great package, good experience using it. I think the issue is that in the So I guess, in the code below:
the Great work, thanks a lot! EditA possible temporary solution while the fix is on the way is to patch the
and then whenever you call the scraper (for intance in a
This should patch the original code so that the I hope this helps! Happy hacking! |
How do I change the browser to Firefox?
The text was updated successfully, but these errors were encountered: