Sam Atinksonsamatinkson.hashnode.dev·Nov 17, 2024Key Ways to Run Selenium Tests Using Firefox WebDriverMozilla Firefox is one of the most extensively employed web browsers globally. Renowned for its rich feature set, Firefox is well-aligned with many cutting-edge testing methodologies and tools. Among these tools, Selenium takes center stage, leveragi...Discussselenium-webdriver
Sam Atinksonsamatinkson.hashnode.dev·Oct 27, 2024Key Ways to Run Selenium Tests Using Firefox WebDriverMozilla Firefox is one of the most extensively employed web browsers globally. Renowned for its rich feature set, Firefox is well-aligned with many cutting-edge testing methodologies and tools. Among these tools, Selenium takes center stage, leveragi...Discusswebdriver
Chandra Prabhachandraprabha.hashnode.dev·Oct 20, 2024Automating Web Tasks with Selenium: From Browser Actions to Data ScrapingIn an era where efficiency is paramount, automating web tasks can be a game-changer. Selenium, a powerful and versatile automation tool, has emerged as a favorite among developers, testers, and data enthusiasts alike. Whether you’re looking to stream...Discussselenium
Steve Worthamstevewortham.hashnode.dev·Oct 16, 20248 Best Practices while Writing Selenium with JavaSo, if you want to stay at the top of the game in today’s competitive software landscape, you need to meet your customer’s expectations by providing them with a world-class digital experience. It is where reliable and well-established open-source too...DiscussTesting
Steve Worthamstevewortham.hashnode.dev·Oct 10, 2024Cypress vs Selenium: Choosing the Best Tool for Your Automation NeedsCypress is an End-to-End (E2E) testing framework designed for modern web applications and built on JavaScript. Its unique architecture allows for fast and reliable testing of web applications. Cypress integrates smoothly with tools and frameworks lik...DiscussCypress vs selenium
Steve Worthamstevewortham.hashnode.dev·Oct 9, 2024How to Generate Extent Reports in SeleniumReporting is an important step of test automation as it helps stakeholders understand the outcome of the test case, the status of the application’s health and potential issues. What are extent reports? Extent Reports is an open-source reporting libra...Discussselenium
satyaprakash beherasatyabehera.hashnode.dev·Oct 8, 2024How to Use Selenium Waits: A Step-by-Step GuideThis could be because of several reasons like network speed, server response time, and client-side rendering. These are the types of timing issues that can make automated tests unreliable and frustrating for maintenance and a complete waste of time. ...DiscussTesting
Steve Worthamstevewortham.hashnode.dev·Oct 8, 2024Common Exceptions in Selenium & How to Handle ThemTest executions can even be hindered by intermittent network connectivity issues. These are just a few examples of how exceptions can disrupt any testing process. By understanding how to handle these exceptions effectively, you can prevent such roadb...Discussselenium
Steve Worthamstevewortham.hashnode.dev·Oct 7, 2024How to run Selenium tests on Chrome using ChromeDriver?This is the perfect way to make the web automation tests execute faster. So let’s get started to know how we can achieve it. Google Chrome is the industry leader in executing selenium automation tests because it is one of the most popular web browser...DiscussTesting
Souvik Deysouvikdcoder.hashnode.dev·Sep 25, 2024#10.0 What XPath: XPath vs. CSS SelectorsIntroduction When working with Selenium or other web automation tools, choosing between XPath and CSS selectors is a common dilemma. Both have their strengths and weaknesses, and understanding these can significantly impact the efficiency and maintai...DiscussXPath MasteryXpath