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
Sven Seyfertsven-seyfert.hashnode.dev·Oct 21, 2024Web Automation with AutoIt: 🔮 Did you know it is possible?Preface In today's digital world, automating websites is essential. Whether for testing, data extraction, or performing repetitive tasks, automation can save time and resources. One often-overlooked language for this purpose is AutoIt. In this blog p...Discuss·41 readsautoit
Souvik Deysouvikdcoder.hashnode.dev·Sep 26, 2024#12.0 What XPath: Wrap-UpAs web technologies continue to evolve, XPath and web automation techniques are adapting to meet new challenges and opportunities. Here's a look at what the future holds: XPath 3.1 and Beyond XPath 3.1, the latest version, introduces several new feat...DiscussXPath MasteryXpath
Victor Uzoagbavictoru.hashnode.dev·Sep 14, 2024Browser Automation Techniques with Selenium WebDriver in PythonIntroduction Browser automation is an essential part of web development and testing, enabling developers and testers to automate repetitive browser-based tasks. Selenium WebDriver is one of the most widely-used tools for this purpose. It provides a s...Discuss·1 likeautomation testing
Hardik Chotaliyahardikchotaliya.hashnode.dev·Aug 15, 2024🚀 What’s New in WebdriverIO v9: Key Features & Updates for 2024Introduction On August 16, 2024, WebdriverIO announced the release of version 9, marking an exciting advancement for this test automation framework. Building on the improvements made in versions 6, 7, and 8, the WebdriverIO team revamped the framewor...Discuss·98 readsWebdriverIOwebdriverbidi
Jochen Dautomatedtester.hashnode.dev·Aug 15, 2024Using Selenium 4's newest WebDriver BiDiSelenium is the go-to framework for automating web browsers, enabling developers and testers to simulate user interactions and verify web applications across various browsers. There's support from all the major browser vendors (Chrome, Firefox, Micro...Discussselenium
Xam-Xukinsamdimek.hashnode.dev·Jul 30, 2024Automation with SeleniumIntroduction Automation is an integral part of modern software development, and among the tools used for automation, Selenium stands out as the most popular and widely used framework. However, one aspect that can often be overlooked is the significan...Discussselenium
Debasmita Adhikaridebasmita-a.hashnode.dev·Jun 28, 2024Why we don't use RemoteWebDriver driver = new ChromeDriver()Introduction: This is more of an Object Oriented Programming interview question rather than a Selenium WebDriver question. First of all, there is absolutely no problem with a browser driver object being referenced by RemoteWebDriver instance variable...DiscussSelenium BasicsRemoteWebDriver
Mourice Seraphinemourice.hashnode.dev·May 31, 2024Automation Testing1.Explain the difference between Selenium IDE, Selenium WebDriver, and Selenium Grid Selenium is a suite of tools designed for automating web browsers. It comprises several components, each serving different purposes in web application testing. The m...Discussautomation testing
krishnapal rawatkrishkp.hashnode.dev·Mar 12, 2024Selenium WebDriver: Locators and CommandsIntroduction: Selenium WebDriver is a powerful tool for automating web application testing. It allows testers and developers to interact with web browsers programmatically, simulating user actions like clicking buttons, entering text, and navigating ...Discusslocator strategies