Naymul Islam
Naymul Islam
@Alek99 , Could you please assign it to me?
> Are we able to save the file to specified path? It saves the html in the project directory so you can add the script after saving there move that...
@BaiqingL Probably by just telling the model in the task that by click the checkbox agree to the terms and conditions... A specific instruction to model can save you a...
> > [@BaiqingL](https://github.com/BaiqingL) Probably by just telling the model in the task that by click the checkbox agree to the terms and conditions... A specific instruction to model can save...
I can see that browser-use is not able to recognize that as a clickable element even if you move the cursor to the checkbox you can see cursor is not...
> @ai-naymul We should not pass the entire HTML to the LLM. This seems to me like a custom function for your use-case. If you need it, you can just...
> @MagMueller pointed out to me that it actually is passing it to the LLM currently because every `ActionResult(extracted_content=html_content, ...)` is passed during the next action in order to summarize...
@kpmc-anu try to give it a meaningful name like yahoo_launcher as you wish and try again with giving specific instruction the task...
@Mpasha17 Nice works. I already created a pr ref: #683 There are some of the field are not available in the api key data. @orhanrauf
@jtoy try this: ``` from browser_use.browser.browser import Browser, BrowserConfig from browser_use.browser.context import BrowserContextConfig browser = Browser( config=BrowserConfig( headless=True, # Set to True in production new_context_config=BrowserContextConfig( disable_security=True, user_agent="Mozilla/5.0 (Windows NT 10.0;...