Anix LynchProanixblog.hashnode.dev·Nov 12, 2024Playwright Python and Pytest for Web Automation TestingGetting Start 1. Playwright Installation Run this in your terminal: pip install playwright playwright install 2. Launching the Browser Create a Python script and add: from playwright.sync_api import sync_playwright with sync_playwright() as p: ...DiscussWeb Automation
Pranish PoudelforCoding Blogsblog.pranish.dev·Oct 29, 2024Getting Started with Selenium WebDriver Automation in Node.jsSelenium WebDriver is a powerful tool for automating web browser interactions, and when combined with Node.js, it provides a robust framework for web automation. In this guide, we'll walk through setting up and using Selenium WebDriver with Node.js t...Discussselenium
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
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...Discuss·34 readsGetbytestid
Gaurang Gujratigaurangg.hashnode.dev·Aug 22, 2024How to Make Websites Spill Their GutsWelcome to the world of web scraping, a powerful technique for extracting data from websites. If you're reading this, you're likely interested in learning how to efficiently collect information from the internet. This guide is designed for those who ...Discuss·2 likes·98 readsweb scraping
Salman Khansalmankhan2389.hashnode.dev·Sep 8, 2023August’23 Updates: Web Automation on macOS Sonoma, Command Log Annotations, SmartUI PDF Testing, And MoreHey folks 👋, The latest LambdaTest monthly update is here! And this time, we have some exciting stuff to share with you. August was a prеtty thrilling month for us here at LambdaTеst. We managed to pull off our second virtual global testing conferen...Discussautomation
Mukesh Pareekmkshprk.hashnode.dev·Jul 16, 2023Let's discuss CssSelector, a lesser-known figure in the Selenium community.As we know, to identify an element in the Application Under Test, the tool needs to identify the element and this is the place where the tool needs to be performant enough, in the case of selenium we have plenty of options like Id, xPath, CSS, etc ID...DiscussWeb Automation
Rod Ludevberg.hashnode.dev·Jan 15, 2023Scrapping Stock Data with Sveltekit and PlaywrightIn this article we will see how to use Sveltekit and Playwright to achieve 2 main goals: Build a Playwright web scraper to extract stock price from a public investment website and save them to a Postgres database; Display extracted stock data on a ...Discuss·354 readsSvelte
Virendra Oswalvirendraoswal.com·Aug 30, 2022Web Automation using PuppeteerRecently, I wanted to gather some data from Google for research and analysis purposes based on search results for different keywords. Google.com doesn't have any API which gives us the data we need, because sometimes it can be raw or unstructured da...Discuss·157 readsBits and Piecespuppeteer
LambdaTestlambdatest.hashnode.dev·Aug 30, 2022Automate User Flows with Chrome DevTools Recorder: Jecelyn Yeen [Testμ 2022]Jecelyn Yeen, Developer Advocate, works on Chrome DevTools at Google. We were so glad to have her on our panel of speakers at the Testμ 2022 conference. Her major focus is on the developer tooling ecosystem. She spoke about improving user experience ...Discussautomation testing