码迷,mamicode.com
首页 > 其他好文 > 详细

to_do_list

时间:2016-03-01 15:59:53      阅读:144      评论:0      收藏:0      [点我收藏+]

标签:

1.发现在 selenium    py脚本中添加

import logging
logging.basicConfig(lever=logging.DEBUG)

 执行时会打印日志,可以参考学习原理

lance@lance-K45VD:~/easySelenium/com$ python test.py 
DEBUG:selenium.webdriver.remote.remote_connection:POST http://127.0.0.1:46097/session {"desiredCapabilities": {"platform": "ANY", "browserName": "chrome", "version": "", "javascriptEnabled": true, "chromeOptions": {"args": [], "extensions": []}}}
DEBUG:selenium.webdriver.remote.remote_connection:Finished Request
DEBUG:selenium.webdriver.remote.remote_connection:POST http://127.0.0.1:46097/session/61cf8bb90024327a21efa89c7e6e2b84/url {"url": "http://www.baidu.com", "sessionId": "61cf8bb90024327a21efa89c7e6e2b84"}
DEBUG:selenium.webdriver.remote.remote_connection:Finished Request

 

to_do_list

标签:

原文地址:http://www.cnblogs.com/Citizen/p/5231322.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!