Deleted user

Results 130570 comments of Deleted user
trafficstars

I made it and here is the solution: (by the way, it seems that new_window does not work.... ```python co = ChromiumOptions() co.set_argument('--incognito') page = WebPage(chromium_options=co) tab_1 = page.new_tab(new_window=False, new_context=True)...

Hi Guys, I was careless. I just found that there is 'Tab' I can use to solve the problem 😆

> Hey, I was trying to do the same thing! I want to run multiple scripts written in the DrissionPage framework simultaneously, but the problem is that all actions are...

1 Message :book: Compared to master: This changeset changes 0 violations, introduces 0 new violations, 0 new errors and 0 new configuration errors, removes 0 violations, 0 errors and 0...

It works ![Screenshot_20240919-093148_Chrome](https://github.com/user-attachments/assets/51541b0d-f33b-4e12-ae2c-781c3c64a7b8)

darwin/amd64 "just works" thanks to Rosetta. but you can manually build arm64 binary from source