Hosted by Dailymotion. For legal issues report at the Copyright Center, report us on DMC, or use the Instant Removal tool.
Python 3 : Facebook login using Python Script | 13 line of Automation Code | Ethica
13 Views • Dec 01, 2020
Description
Commands used in this tutorials.
sudo pip3 install selenium
sudo pip3 install webdriver-manager
==========PYTHON SCRIPT CODE ==========
from selenium import webdriver
from getpass import getpass
from webdriver_manager.chrome import ChromeDriverManager
username = input('Pl Enter Your Facebook username: ')
passwd = getpass('Enter your Facebook password: ')
#driver = webdriver.Chrome(ChromeDriverManager().install)
driver = webdriver.Chrome(executable_path='C:/chromedriver/chromedriver')
driver.get('https://www.facebook.com')
txtUsername = driver.find_element_by_id('email')
txtUsername.send_keys(username)
txtPasswd = driver.find_element_by_id('pass')
txtPasswd.send_keys(passwd)
btnLogin = driver.find_element_by_id('u_0_b')
btnLogin.submit()
=======================================
Hash Tag
#ethica | #ethicasec | #ethicasecurity | #ethicas | #ethicalmarg | #kalilinux | #linux | #ethicalsecurity | #windows10 | #windows | | #tech | #technology | #kalilinux | #ethicalhacking #python #pythonlanguage | #ethicalhacking
how to install netmiko in windows,
how to install netmiko in linux,
how to install selenium in windows,
how to install selenium in linux,
how to install webdriver-manager in windows,
how to install webdriver-manager in linux,
how to install selenium,how to install webdriver manager,
login facebook using python,python code for login facebook
,how to login facebook account automation,
facebook automation
,facebook login python code,
python code for login fb,python automation
Keywords & Tags
More from User
Kali Linux How to Clean System and Free Disk Space Using Bleachbit | Ethica
EthicaSecurity
How to Extract Zip and Rar files in Kali Linux | Ethica
EthicaSecurity
How to install SSH and Change SSH Default Port using Kali Linux 2020.4 | Ethica
EthicaSecurity
How to install Chromium Browser in Kali Linux 2020.4 | Ethica
EthicaSecurity
How to install Google Chrome in Kali Linux 2020.4 | Ethica
EthicaSecurity
How to install Telegram in Windows 10 PC | Ethica
EthicaSecurity
Related Videos
Selendroid V/S Appium : Mobile Test Automation Frameworks : Selenium WebDriver Automation
eVideoTuition
Borland Silk Mobile : Mobile Application test Automation : Integration with UFT (QTP) & Selenium WebDriver
eVideoTuition
Automation Selenium Webdriver
Careerindia
TWIN Automation Tool - Automating Windows Applications - Selenium WebDriver (Grid)
eVideoTuition
13 Benefits Of Automation Testing With Selenium WebDriver
Rahul Jain
Getting started on UI automation testing using Selenium with Python
Gerald Nguyen