摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- __author__ = 'Fade Zhao' import time from selenium import webdriver from selenium.webdriver.common.by import By from bs4 import BeautifulSoup from pymon... 阅读全文
posted @ 2017-12-11 01:08 LeeeetMe 阅读(238) 评论(0) 推荐(0) 编辑
摘要: #!/usr/bin/env python # -*- coding: utf-8 -*- __author__ = 'Fade Zhao' from selenium import webdriver import time from selenium.webdriver.common.keys import Keys url = "http://www.baidu.com" browse... 阅读全文
posted @ 2017-12-11 01:07 LeeeetMe 阅读(137) 评论(0) 推荐(0) 编辑