Bhargavi Shethbhargavisheth.hashnode.dev·10 hours agoOptimizing Selenium Tests with Chrome Options Using PythonIntroduction Selenium is one of the most popular tools for automating web browsers, and when using it with Python, ChromeOptions provides a powerful way to customize and optimize the browser for automation. Whether you want to run tests in headless m...1 likeselenium
Olivia Akabogutheoliviaan.hashnode.dev·Feb 6, 2025Building an Automated Skincare Price Tracker with Python and Selenium: A Step-by-Step GuideHello and welcome to my blog. I have procrastinated doing this for a little while. I am a skincare junkie. To say the least So every month, i have to search and buy skincare products and i decided to make my life easier. The goal was to build a scrip...automation
Samiksha Kutesamikshakute.hashnode.dev·Feb 5, 2025How to Hit a URL on the Browser Using Selenium ?In this blog, I'll show you how to navigate to any URL in the browser using Selenium. Example: Let's say we want to land on the official Selenium website: https://www.selenium.dev/ Here's how we do it: Take the URL of the website you want to navigat...The Selenium Guidebookselenium
Dimpal KhatriforGhanshyam Digitalblog.ghanshyamdigital.com·Feb 5, 2025Mastering Web Scraping: Extract Data from Websites Easily with PythonWeb scraping has become an essential tool for automating the extraction of large amounts of data from websites. Python, with its wide range of libraries, makes it easy to access and work with web content. In this blog, we'll explain how web scraping ...Python
Ganti Sai Sagarsdetinsider.hashnode.dev·Jan 28, 2025How To Overcome StaleElementReferenceException in Selenium?The StaleElementReferenceException in Selenium occurs when an element that was found in the DOM becomes stale or invalid (often due to a page refresh, navigation, or DOM update). Here's how to handle and overcome this exception effectively: Solutions...selenium
Lewis Kerrswiftproxy.hashnode.dev·Jan 16, 2025A Beginner's Guide to Web Scraping with Selenium and Proxies for Enhanced PrivacySelenium is a powerful tool that allows users to scrape data by simulating user operations in the browser, such as clicking, filling out forms, submitting, etc. When performing web crawlers, using a proxy can hide your real IP address and prevent the...Python
Samiksha Kutesamikshakute.hashnode.dev·Jan 16, 2025Getting Started with Selenium: A Step-by-Step GuideIn this blog, we’ll explore how to get started with Selenium, step by step. Step 1: Visit the Selenium Website To begin, head over to the official Selenium website by searching “Selenium download” in your browser. The official site is selenium.dev, w...The Selenium Guidebookselenium
Samiksha Kutesamikshakute.hashnode.dev·Jan 9, 2025Setting Up Java, Eclipse, Maven, and Selenium: A Beginner-Friendly GuideWelcome back! In this guide, we'll cover everything you need to set up your environment to write Java-based test automation scripts using Selenium. By the end, you'll be ready to create your first project and start coding. Let's dive in. 1. Install J...The Selenium Guidebookselenium
Rakesh Kumarrakeshk.hashnode.dev·Jan 7, 2025Why Automation is Key to Achieving Quality in Software Testing 🤖💡In today’s fast-paced software development landscape, delivering high-quality products quickly and efficiently is essential. One of the most powerful strategies to achieve this goal is automation in software testing. In this article, we will explore ...1 like·39 readsQuality Assurance (QA)
Steve Worthamstevewortham.hashnode.dev·Jan 2, 2025Selenium Testing: The Complete Step-by-Step TutorialIf you operate in this space, you may already feel pressure to roll out products and new features faster, maintain high quality, and meet user expectations. Lucky for you — automating tests can significantly improve result accuracy (by up to 43%) and...selenium