Skip to content

Commit a29c4e7

Browse files
committed
no message
1 parent 77de834 commit a29c4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

moumoubaimifan/deadCompany/deadCompany.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ def login():
1616
driver.implicitly_wait(10)
1717

1818
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')
19+
driver.find_element_by_xpath('//form/div[1]/div/div[1]/input').send_keys('用户名')
2020
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')
21+
driver.find_element_by_xpath('//form/div[2]/div/div[1]/input').send_keys('密码')
2222
driver.find_element_by_class_name('el-button').click()
2323
driver.switch_to.default_content()
2424
time.sleep(5)

0 commit comments

Comments
 (0)