Selenium官网:
https://selenium-python.readthedocs.io/index.html








更多webdriver操作:
https://selenium-python.readthedocs.io/api.html#module-selenium.webdriver.remote.webelement


更多交互动作:
https://selenium-python.readthedocs.io/api.html#module-selenium.webdriver.common.action_chains





注意:在子frame里面是获取不到外面的logo的


更多等待条件查看:
https://selenium-python.readthedocs.io/api.html#module-selenium.webdriver.support.expected_conditions





网友评论