09 2017 档案
摘要:# -*- coding: utf-8 -*-import ConfigParserimport jsonclass PartConf(): def __init__(self,env): if env != None: self.env = env self.Part_Conf_List = []
阅读全文
摘要:问题1: selenium.common.exceptions.WebDriverException: Message: Unable to find a matching set of capabilitie 问题2: selenium.common.exceptions.WebDriverExc
阅读全文