Dumbliidore

Results 4 issues of Dumbliidore

I use it in my project, then it made a mistake, the error message is shown in the figure below. ``` patch-package 6.2.2 • Creating temporary folder TypeError: Cannot read...

I want to use it offline sometimes.

```python from DrissionPage import ChromiumOptions, ChromiumPage edge_path = r"C:\Program Files (x86)\Microsoft\Edge\Application\msedge.exe" co = ( ChromiumOptions() .set_browser_path(edge_path) .use_system_user_path() .set_local_port(9333) ) page = ChromiumPage(co) page.get("https://www.baidu.com") ``` ![image](https://github.com/g1879/DrissionPage/assets/35067857/1ff67aca-01af-4da8-bbc7-d34827edbb5c) 我的想法是,打开一个新的浏览器页面并使用系统浏览器用户目录复用登录等信息,但是在运行程序后会打开一个新的浏览器页面,然后报错。为什么?

### Description The target folder is `D:\\work\\monitorTest`, there is a folder named `D:\\work\\monitorTest\\newFolder`, when I delete it, I want to the output to be `{(, 'D:\\work\\monitorTest\\newFolder')}, (, 'D:\\work\\monitorTest\\newFolder\\subFile1.xlsx')},(, 'D:\\work\\monitorTest\\newFolder\\subFile2.xlsx')}`. When...

bug