![]() |
VOOZH | about |
As we know Selenium is a tool used for controlling web browsers through a program. It can be used in all browsers, OS, and its program are written in various programming languages i.e Java, Python (all versions).
Selenium helps us automate any kind of task that we frequently do on our laptops, PCs ranging from using Facebook messenger for texting and WhatsApp also, daily tweeting tweets on Twitter, wishing friends "Happy birthday" on Facebook, googling anything we want to learn, and many more task. All these tasks can be automated using selenium in just a small implementation.
Installation:
pip install selenium
Let's learn how to automate the process of wishing a birthday wish on a Facebook friend's timeline as a post.
The whole process of this automation can be divided as follows :
Below are the steps:
NOTE: Make a separate test.txt file and put your Facebook password in it before the execution of the below program.
Below is the implementation: