摘要: # coding = utf-8__autor__ = 'litao'from selenium import webdriverfrom selenium.webdriver.common.by import Byfrom selenium.webdriver.support.ui import 阅读全文
posted @ 2017-10-07 23:08 在路上-UP 阅读(410) 评论(0) 推荐(0) 编辑
摘要: 问题描述: 在使用selenium时遇到如下异常导致程序终止: selenium.common.exceptions.ElementNotVisibleException: Message: {"errorMessage":"Element is not currently visible and 阅读全文
posted @ 2017-10-07 11:22 在路上-UP 阅读(1173) 评论(0) 推荐(0) 编辑
摘要: 如果只是需要设定User-Agent可以用如下所示方式 dcap = dict(DesiredCapabilities.PHANTOMJS)dcap["phantomjs.page.settings.userAgent"] = ( "Mozilla/5.0 (Windows NT 10.0; WOW 阅读全文
posted @ 2017-10-07 11:02 在路上-UP 阅读(10779) 评论(0) 推荐(0) 编辑