01 2018 档案
摘要:#coding=utf-8 from selenium import webdriver from selenium.webdriver.common.keys import Keys from selenium.webdriver.common.by import By from time import sleep def search(driver, main_material_code...
阅读全文
摘要:#coding=utf-8 from selenium import webdriver options = webdriver.ChromeOptions() options.add_argument("--start-maximized") options.add_argument("disable-infobars") driver = webdriver.Chrome(chrome_...
阅读全文
摘要:nuget安装 find-package selenium install-package Selenium.WebDriver install-package Selenium.WebDriver.ChromeDriver 使用headless chrome这样就没有界面。 下面是使用Phanto
阅读全文
摘要:Selenium基于webkit实现爬虫功能 http://www.cnblogs.com/luxiaojun/p/6144748.html https://www.cnblogs.com/chenqingyang/p/3772673.html 现在headless chrome替代 Phantom
阅读全文
摘要:*基于xmlhttp不能正确获取js动态加载的数据 CLEAR ALL CLEAR PUBLIC zform zform = CREATEOBJECT([myform])zform.go("http://chart.icaile.com/sd11x5.php") DEFINE CLASS myfor
阅读全文