Replies: 1 comment
-
Hi @ewribeiro, I just released a new version with this feature, you can check the documentation: https://autoscrape-labs.github.io/pydoll/features/ |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
How do I access the new window that opens after clicking to be able to interact with it?
I used targets = await browser.get_targets() and targets[-1] to see the target data. then I used
from pydoll.browser.tab import Tab
e = Tab(
connection_port=9277,
browser=browser,
target_id="B8FEB6F60B608D3A96F15B512B3B9385",
browser_context_id="7BB67D15741125D3D1559931F221A23D",
)
But I don't know if this is the right way.
I would also like to know how to maximize this new window.
Beta Was this translation helpful? Give feedback.
All reactions