Welcome to
Geeks & Nerds
“Talk is Cheap, Show me the Code“
Login Instagram(with Facebook) – Selenium
Today, we come up with the script that helps you to access your Instagram with the help of Facebook sign in option. First you must install these:- 1) Python Bindings for Selenium ( Browser Automation software ) pip install selenium 2) Chrome webdriverDownload Chrome driver from here: Chromedriver download page( choose your specific version )Extract it in a…
LogIn Instagram using Selenium
Introduction Here is the definition of Selenium given by their official website: Selenium automates browsers. What are the functionalities we want to implement for our bot? The goal of this article is to give you an overview of the possibilities given by Selenium, so I won’t be able to show you how to code every action…
Getting Started with Selenium
WHAT IS SELENIUM ? Selenium is a portable framework for testing web applications. Selenium provides a playback tool for authoring functional tests without the need to learn a test scripting language (Selenium IDE). Selenium Client API As an alternative to writing tests in Selenese, tests can also be written in various programming languages. These tests then communicate with Selenium by calling methods in…
Subscribe to newsletter! Get occasional tutorials in your inbox.
