HENNGE / arsenic

Async WebDriver implementation for asyncio and asyncio-compatible frameworks
Other
349 stars 52 forks source link

Can I create several tabs? #133

Closed lifr0m closed 2 years ago

lifr0m commented 2 years ago

Hello, I need to asynchronously make requests to about 1000 sites at the same time, and receive its html code from each site. Can I create several tabs in one driver?

dimaqq commented 2 years ago

See #71 and #127 A new tab is a new window with a "tab" hint Ref: https://www.w3.org/TR/webdriver/#new-window

I guess a new release is in order 👉🏿 @ojii

For the time being you can use a github checkout or a dependency from a git url