Python爬虫-Selenium库详解

2019-08-02  本文已影响0人  坤哥爱卿

Selenium官网:

https://selenium-python.readthedocs.io/index.html

更多webdriver操作:

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

练习网址:https://www.runoob.com/try/try.php?filename=jqueryui-api-droppable

更多交互动作:

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

更多异常查看:

https://selenium-python.readthedocs.io/api.html#module-selenium.common.exceptions

上一篇 下一篇

猜你喜欢

热点阅读