Python实战之Selenium自动化测试web登录
摘要:
#!/usr/bin/env python3 # -*- coding:utf-8 -*- from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains import time class LoginTest(object): def __init__(s... 阅读全文
posted @ 2017-07-25 20:01 William126 阅读(2494) 评论(1) 推荐(0) 编辑