python,selenium初步

Posted FocusTa

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python,selenium初步相关的知识,希望对你有一定的参考价值。

  1.  selenium,webDriver安装
      
    https://sites.google.com/a/chromium.org/chromedriver/downloads
    http://npm.taobao.org/mirrors/chromedriver/

     tips:安装WebDriver的时候,要看自己的driver是什么版本然后下载对应的驱动,如图
      

  2. 实例代码:
    1 from selenium import webdriver
    2 driver = webdriver.Chrome(r\'D:\\selenium\\driver\\chrome\\79\\chromedriver.exe\')
    3 driver.get(\'http://www.51job.com\')
  3.  元素操作:
      
  4.  等待:

     

     

以上是关于python,selenium初步的主要内容,如果未能解决你的问题,请参考以下文章

python selenium片段+网络驱动程序

Selenium Xpath元素无法定位 NoSuchElementException: Message: no such element: Unable to locate element(代码片段

软件测试|| Selenium WebDriver的初步应用,初学者来了解一下。

Python使用selenium进行浏览器账户测试

自动化测试工具——selenium的初步剖析

selenium+Python(处理html5的视频播放)