xiaobei_selenium_automation/common/login.py

25 lines
794 B
Python
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#!/usr/bin/env python
# -*- coding: utf-8 -*-
"""
# ==================================================
# @Time : 2023-08-12 19:20:47
# @Author : 小北
# @微信xiaobei_upup
# @Email : 2211484376@qq.com
# @QQ群585971269
# @微信群:可加我微信拉你
# @Site : 苏州
# @Desc :
# @跳槽辅导:初中高级测试跳槽涨薪面试辅导,详情咨询微信
# @求职辅导:初中高级测试求职面试辅导,详情咨询微信
# @特色: 小北独创VIP面试速成课程拿下心仪的offer
# @如何付款先拿offer再付款只需交定金相互信任无套路
# ==================================================
"""
from page.wps_index.login_page import wps_login
def login(driver, username, password):
login1 = wps_login(driver)
login1