Sam Atinksonsamatinkson.hashnode.dev路Nov 26, 2024WebDriverIO Tutorial for Selenium AutomationIn web development, automated testing ensures applications perform flawlessly across browsers and devices. WebDriverIO is a powerful automation tool that simplifies browser interaction for testing web applications. This tutorial will explore WebDrive...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...webdriver
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...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...XPath 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...1 likeautomation testing
Hardik Chotaliyahardikchotaliya.hashnode.dev路Aug 15, 2024馃殌 What鈥檚 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...102 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...selenium
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...selenium
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...Selenium 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...automation testing