Billy

Results 49 comments of Billy

@vyshnav-vinod oh that's very cool! thanks for sharing, will check when I get back to this PR

Hi there, I have a workaround for this issue. But I see this has already been assigned to the author himself. Let me know if you've implemented this already.

edit: why not just compare the submodule tags instead? that will make it easier or not?

@PurpleMyst I opened this pr based on the existing pr #52, which is still open. Because of that, this is not being merged to the master. Ig I should've opened...

@pirate It is still not working in Windows 11: ```py import asyncio from browser_use import BrowserProfile, BrowserSession async def main(): # browser_profile=BrowserProfile( # executable_path='C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe', # user_data_dir='~/.config/browseruse/profiles/default', # headless=False, #...

Hey @gnprice Is the design for this ready? I see this is included in M5b milestone and was wondering if it's possible to contribute to this at this stage.

@Andereoo Hey, I'm so surprised that you came to find this specific issue! Sorry for the delayed response. I will send you a reproducible example soon. Meanwhile I wanted to...

Here's a reproducible example: ```py import sys import os import random import tkinter as tk import re try: from biscuit.app import App from biscuit.language.data import HoverResponse except ImportError as e:...

@Andereoo Also, thanks for adding the `` tag support. It is working really well.