2015年2月10日 星期二

ChromeDriver / IEDriver 使用方法



Chrome

  1. 下載 chromedriver: chrome載點
  2. 放在 $PATH 路徑下(echo $PATH) (usrbin)
  3. 變更權限
    $ sudo chmod +x chromedriver

IE

  1. 下載 IEDriver: ie載點
  2. 放在系統環境變數 PATH 之下(系統內容 >環境變數 >PATH)
Issue: ImportError: no module named decorator
Solution: using easy_install command to install selenium2library
   1) install setuptool from PYPI: download ez_setup.py and execute
   2) 將 "C:/Python27/Scripts" 加入系統路徑 (系統內容 >環境變數 >PATH)

Issue: 無法正確開啟目標網站
Solution:IE縮放比需為100%,IE設定>安全性在每個區域都必需相同

沒有留言:

張貼留言