#-*- coding: utf-8 -*-
from selenium import webdriver
from selenium.webdriver.common.by import By
from selenium.webdriver.common.keys import Keys
from selenium.webdriver.support.ui import Select
from selenium.common.exceptions import NoSuchElementException
import unittest, time, re
import sys
#需要将\Public目录添加到环境变量中
sys.path.append("\Public")
from Public import Pub_subaccount_login
from Public import Pub_logout