from selenium import webdriver
driver = webdriver.Chrome()
driver.get('https://facebook.com')
driver.find_element_by_xpath('/html/body/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/form/div[1]/div[1]/input').send_keys('TenDangNhap')
driver.find_element_by_xpath('/html/body/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/form/div[1]/div[2]/div/input').send_keys('MatKhau')
driver.find_element_by_xpath('/html/body/div[1]/div[2]/div[1]/div/div/div/div[2]/div/div[1]/form/div[2]/button').click()
------------------------------------
Sau khi viết code xong, thì ta đóng gói code lại. Tại thư mục code, ta gõ lệnh cmd sẽ có một màn hình đen hiện ra.
pyinstaller TenFile.py --noconsole --onefile
https://quantrimang.com/hon-100-bai-tap-python-co-loi-giai-code-mau-142456
0 nhận xét:
Đăng nhận xét