摘要:
#!/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... 阅读全文
摘要:
#!/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... 阅读全文