Anandkumaranandpak.hashnode.dev·Sep 12, 2024How to Manage Locators and Selectors in Playwright🎭 Master the art of web automation with Playwright, one locator at a time! Locators and selectors are crucial when automating web interactions using Playwright. They help identify and interact with elements on a webpage. In this blog, I'll guide you...DiscussGetbytestid
Ronika Kashyapronika.hashnode.dev·Sep 12, 2024How to Write and Handle Dynamic XPath In Selenium [with Tactics]It is critical for automated testing to be able to recognize the web elements of an Application Under Test (AUT). Learning how to find web elements and writing dynamic XPath in Selenium manually may take a long time and a lot of practice. For example...Discuss·1 likeTesting
Vipul Guptavipullgupta.hashnode.dev·Aug 1, 2024How To Use XPath in Selenium: Complete Guide With ExamplesEffective test automation relies on selecting the right element locator and balancing functionality, efficiency, and accuracy. Selecting the right element locator is pivotal for effective test automation. This involves a delicate balance, ensuring th...Discuss·1 likeXpath
Mark Nichollskookerella.com·Jun 15, 2024Functional XSLT/XPath/XQuery - #4 Monad patternThe monad is probably the most written about functional pattern, it is famous for convoluted and obtuse explanations, but I will steal some of the better explanations and translate them into XSLT/XPath. (adapted directly from All About Monads - Haske...DiscussFunctional idioms in XSLT/XPath/XQueryXSLT
Mark Nichollskookerella.com·Jun 9, 2024Functional XSLT/XPath/XQuery - #4 MonoidUsually in these sorts of tutorials Monoid comes first, its the simplest, easiest most familiar sort of thing, we don't really even need code to describe it, its loosely the theory of having something you can composing two things together and getting...DiscussXSLT
Mark Nichollskookerella.com·Jun 5, 2024Functional XSLT/XPath/XQuery - #3 Maybe data typeWe are now in a position to fill in a missing data type. Lets cover some XPath basics. Consider the following XSLT <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" exclude-result-prefixes="#all" version...DiscussFunctional idioms in XSLT/XPath/XQueryXSLT
Mark Nichollskookerella.com·Jun 3, 2024Functional XSLT/XPath/XQuery - #1 IntroductionTo the modern programmer these languages appear strange beasts, born when the world was obsessed with XML, it is declarative, almost functional, but somehow missing some of the idioms of later more consciously functional languages. For a functional p...DiscussFunctional idioms in XSLT/XPath/XQueryXSLT
Mark Nichollskookerella.com·Jun 3, 2024Functional XSLT/XPath/XQuery - #2 Functor patternIn the previous blog we introduced some machinery, the id function, and function composition, we talked about function types, and invented an informal notion of parametric types in order to aid our thinking. We now move onto the functional patterns. ...DiscussFunctional idioms in XSLT/XPath/XQueryXSLT
Jainish pateljanishpatel.hashnode.dev·May 13, 2024Use Cases of XPath Python In Selenium With ExamplesDespite having a variety of programming languages to choose from, like JavaScript, Java, Typescript, C#, Ruby, etc., Python is considered the easiest to learn due to its easy-to-learn and understandable syntax. It has various use cases, web apps usin...DiscussXpath
Swapnil (Data Extraction Expert)www.getodata.com·Mar 31, 2024Xpath for Web Scraping: Complete 2024 GuideWhat is Xpath and how is it useful in Web Scraping Xpath (XML Path Language) is a language used to locate and navigate through XML and HTML based documents. It allows you to create Xpath expressions, which makes it easy to locate any specific element...DiscussXpath