python,selenium初步
Posted FocusTa
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python,selenium初步相关的知识,希望对你有一定的参考价值。
- selenium,webDriver安装
https://sites.google.com/a/chromium.org/chromedriver/downloads
http://npm.taobao.org/mirrors/chromedriver/
tips:安装WebDriver的时候,要看自己的driver是什么版本然后下载对应的驱动,如图
- 实例代码:
1 from selenium import webdriver 2 driver = webdriver.Chrome(r\'D:\\selenium\\driver\\chrome\\79\\chromedriver.exe\') 3 driver.get(\'http://www.51job.com\')
- 元素操作:
- 等待:
以上是关于python,selenium初步的主要内容,如果未能解决你的问题,请参考以下文章
Selenium Xpath元素无法定位 NoSuchElementException: Message: no such element: Unable to locate element(代码片段