摘要:
import unittest from functools import wraps class DependencyError(Exception): def __init__(self, _type=0): self._type = _type def __str__(self): if se 阅读全文
摘要:
# coding=utf-8 import os from selenium.common.exceptions import ElementNotInteractableException, ElementClickInterceptedException from selenium.webdri 阅读全文
摘要:
# coding=utf-8 from config.setting_base import SettingBase from util.read_ini import ReadIni from selenium.webdriver.common.by import By from selenium 阅读全文