We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77de834 commit a29c4e7Copy full SHA for a29c4e7
moumoubaimifan/deadCompany/deadCompany.py
@@ -16,9 +16,9 @@ def login():
16
driver.implicitly_wait(10)
17
18
driver.find_element_by_xpath('//form/div[1]/div/div[1]/input').clear()
19
- driver.find_element_by_xpath('//form/div[1]/div/div[1]/input').send_keys('18821290263')
+ driver.find_element_by_xpath('//form/div[1]/div/div[1]/input').send_keys('用户名')
20
driver.find_element_by_xpath('//form/div[2]/div/div[1]/input').clear()
21
- driver.find_element_by_xpath('//form/div[2]/div/div[1]/input').send_keys('123456')
+ driver.find_element_by_xpath('//form/div[2]/div/div[1]/input').send_keys('密码')
22
driver.find_element_by_class_name('el-button').click()
23
driver.switch_to.default_content()
24
time.sleep(5)
0 commit comments