2017年9月25日

web自动化10-selenium登录案例

摘要: #coding=utf-8 from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains import time def login(user,pwd): driver. 阅读全文

posted @ 2017-09-25 20:42 zhangjason 阅读(311) 评论(0) 推荐(0)

导航