Huabo He
Huabo He
**Incompatible Issues** - ImportError: Pandas requires version '2.6.0' or newer of 'openpyxl' (version '2.4.11' currently installed). - records 0.5.3 requires openpyxl
Just wonder if `@pytest.mark.dependency()` is can be used for class level? ``` import pytest @pytest.mark.dependency(name="test_bvt") class TestBVT: pass @pytest.mark.dependency(depends=["test_bvt"]) class TestAPI: pass ```
### PyPI Username hehuabo ### Reason for request Lost 2FA authentication app or security token ### Code of Conduct - [X] I agree to follow the PSF Code of Conduct...
can we just reuse storage_state in playwright instead of cookies_file in BrowserContextConfig class?
### Problem Description with playwright-python we can use below command to reuse cookies avoid login action: playwright open https://{domain}.com/ --save-storage=./data/cache/auth.json playwright open https://{domain}.com/ --load-storage=./data/cache/auth.json with browser-use here is: config =...
### Bug Description I have task like "goole 搜索 pytest, 进入 pytest 官方网站, 下载 pdf 格式帮助文档到本地", after its done, the final result gif not support Chinese chars, can't show Chinese...
see: https://github.com/browser-use/browser-use/blob/f0b9522ef403e6d8d644ec0ceb8709457c5f1d16/browser_use/agent/prompts.py#L96