All posts by Nishant Choudhary

About Nishant Choudhary

A Web Scraping Python Developer and Data Evangelist, Nishant also loves to evangelize startups and technologies by writing technical content.

Follow me on:

Blogs: 8

Selenium with Python Tutorial: Adding Extensions in Firefox for Testing

Selenium PythonTutorial

Selenium with Python Tutorial: Adding Extensions in Firefox for Testing

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Modern browsers are equipped with all sorts of functionalities, i.e., from bookmarks to GPS location tracking, developer tools, and more. Almost all the modern web browsers have immense capabilities – Firefox has inbuilt … Continue reading Selenium with Python Tutorial: Adding Extensions in Firefox for Testing

June 9, 2021

view count61982 Views

Read time8 Min Read

Selenium wait for page to load

Selenium PythonAutomationTutorial

Use Selenium wait for page to load with Python [Tutorial]

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. One of the primary requisites to automate interactions with a WebElement in the DOM is that it should be visible and interactable. Like me, you would also come across several scenarios where your … Continue reading Use Selenium wait for page to load with Python [Tutorial]

May 12, 2021

view count153306 Views

Read time11 Min Read

CircleCI vs. GitLab

CI/CDDevOpsTutorial

CircleCI Vs. GitLab: Choosing The Right CI/CD Tool

He is a gifted driver. Famed for speed, reverse J, and drifts. He can breeze through the Moscow and Mexico traffic without sweating a drop. Of course, no one gets cracking on Bengaluru roads 😛 But despite being so adept behind the wheels, he sometimes fails to champ the street races.

January 21, 2021

view count89958 Views

Read time15 Min Read

how-to-get-page-source-in-selenium-webdriver

AutomationSelenium PythonTutorial

How To Get Page Source In Selenium Using Python?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Retrieving the page source of a website under scrutiny is a day-to-day task for most test automation engineers. Analysis of the page source helps eliminate bugs identified during regular website UI testing, functional … Continue reading How To Get Page Source In Selenium Using Python?

January 12, 2021

view count162738 Views

Read time10 Min Read

Switch Tabs In A Browser Using Selenium Python

Selenium PythonAutomation

How To Switch Tabs In A Browser Using Selenium Python?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Selenium automation offers dexterous ways to perform day-to-day tasks most efficiently. From capturing screenshots to testing PDF files, there’s no limit to what you can do with Selenium automation. Developers and testers are … Continue reading How To Switch Tabs In A Browser Using Selenium Python?

December 23, 2020

view count138595 Views

Read time14 Min Read

Drag And Drop In Selenium With Python

Selenium PythonAutomationTutorial

How To Drag And Drop In Selenium With Python?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. Drag and Drop- one of the most beloved and commonly used gestures in the world of GUIs. Many actions are associated with drag and drop, including moving an object from one location to … Continue reading How To Drag And Drop In Selenium With Python?

November 26, 2020

view count118393 Views

Read time12 Min Read

CI/CDDevOpsTutorial

Top 10 CI/CD Pipeline Implementation Challenges And Solutions

CI/CD pipelines have become the mainstream approach to software development across the entire IT sector. There’s no doubt that CI/CD pipeline tools have matured a lot over the years.

November 24, 2020

view count104817 Views

Read time12 Min Read

Screenshot Using Python & Selenium

Selenium PythonAutomationTutorial

How To Take A Screenshot Using Python & Selenium?

This article is a part of our Content Hub. For more in-depth resources, check out our content hub on Selenium Python Tutorial. The goto software framework for any web developer looking for an open-source, free test automation tool is Selenium. It is used with various programming languages, including Java, Python, PHP, Perl, and C#.

October 1, 2020

view count106186 Views

Read time11 Min Read