October 19, 2021 No Comments

Automate Birthday Wishing On LinkedIn Using Python + Flask + Selenium

LinkedIn is a purely professional networking and employment-oriented website. It is a platform where the world’s employees and employers can meet and interact with each other. So when it comes to a special day like a birthday, then wishing without forgetting is a must to make stronger connections. Now you don’t need to worry about […]

September 4, 2020 No Comments

Python Tutorial: Automate Google Translation Using Selenium

Google Translator is an important tool to translate the input text into one language from another language. Google Translator can translate one language to another language for more than a hundred languages. A selenium web driver is a powerful tool, which opens a browser instance automatically and we use it for Google Translator. What is […]