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·95 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
Fabio Diastheclevertester.hashnode.dev·Mar 8, 2024The abstraction layers are ruining your test automation framework🚀 If I had to choose just one thing to talk to you about how you should design your test automation framework, that definitely would be abstraction layers. Let's dive into how you can benefit from this concept so you can build solid foundations in y...Discuss·132 readsFundamentals for Test Automation Frameworksfeature file
James Cantorjamescantor.hashnode.dev·Feb 21, 2024Selenium WebDriver – Step-by-Step TutorialThe word “Selenium” today is used interchangeably with “WebDriver” and “Selenium WebDriver” even though the initial Selenium project did not constitute it in its library. What started as a tool to remotely pass HTTP commands to the server is now know...Discussselenium