In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-09-14 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/03 Report--
Login module package file: public.py
# coding=utf-8from selenium import webdriverfrom time import sleepclass Login (): # Log in to def user_login (self Driver): driver.find_element_by_id ("loginform-username"). Clear () driver.find_element_by_id ("loginform-username"). Send_keys ("91ctt") driver.find_element_by_id ("loginform-password"). Clear () driver.find_element_by_id ("loginform-password"). Send_keys ("CTT1106648034") driver.find_element_by _ name ("login-button") .submit () # exit def user_logout (self Driver): driver.find_element_by_link_text ("[exit]") .click () sleep (5) driver.quit ()
Test file test22.py
From selenium import webdriverfrom time import sleepfrom public import Logindriver = webdriver.Chrome () # destination address: 51CTO.comurl = "http://home.51cto.com/index?reback=http://9603083.blog.51cto.com/9593083/d-2"driver.get(url)Login().user_login(driver)sleep(2)Login().user_logout(driver)
The Login class is defined in the file public.py, which contains two function methods, the user_login method and the user_logout method
Positive login and exit operations for 51cto.com
The file test22.py is the actual operation of testing the login and exit interface.
Call the user_login method and the user_logout method by introducing the Login class of the module public
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
The market share of Chrome browser on the desktop has exceeded 70%, and users are complaining about
The world's first 2nm mobile chip: Samsung Exynos 2600 is ready for mass production.According to a r
A US federal judge has ruled that Google can keep its Chrome browser, but it will be prohibited from
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
About us Contact us Product review car news thenatureplanet
More Form oMedia: AutoTimes. Bestcoffee. SL News. Jarebook. Coffee Hunters. Sundaily. Modezone. NNB. Coffee. Game News. FrontStreet. GGAMEN
© 2024 shulou.com SLNews company. All rights reserved.