zoukankan      html  css  js  c++  java
  • selenium的config.ini

    config.ini

    # What WebDriver to use for the tests
    #driver=phantomjs
    #driver=firefox
    driver=chrome
    #driver=http://localhost:8910
    #driver=http://localhost:4444/wd/hub

    # PhantomJS specific config (change according to your installation)
    #phantomjs_exec_path=/Users/Bingo/bin/phantomjs-qt5
    #phantomjs_exec_path=/Users/Bingo/Downloads/phantomjs-1.9.8-macosx/bin/phantomjs
    phantomjs_exec_path=/opt/phantomjs-1.8.0-linux-x86_64/bin/phantomjs
    #phantomjs_driver_path=/Users/Bingo/Documents/workspace/webmagic/webmagic-selenium/src/main.js
    phantomjs_driver_loglevel=DEBUG

  • 相关阅读:
    第二章例2-11
    第二章例2-10
    例2-11
    例2-9+2-10
    例2-7+例2-8
    例2-5+2-6
    例2-4
    例2-3
    例2-2
    例2-1
  • 原文地址:https://www.cnblogs.com/timssd/p/5483454.html
Copyright © 2011-2022 走看看