ClericPy / ichrome

Chrome controller for Humans, based on Chrome Devtools Protocol(CDP) and python3.7+.
https://pypi.org/project/ichrome/
MIT License
228 stars 29 forks source link

How to switch windows #65

Closed LXQBer closed 2 years ago

LXQBer commented 2 years ago

How to switch windows

ClericPy commented 2 years ago

ichrome based on Chrome CDP protocol so that it could not do what the operating system do.

But you can use activate_tab method for this.