Best of Selenium2022

  1. 1
    Article
    Avatar of changelogChangelog·4y

    Web Automation: Don't Use Selenium, Use Playwright

    Selenium has been the de facto "standard" since forever. It's simple to get started with and supports almost every programming language. It doesn't work that well with modern, Javascript framework heavy sites. Playwright gives a fairly good implementation that I found works most of the time.

  2. 2
    Article
    Avatar of communityCommunity Picks·4y

    The Full Guide to Web Scraping & Automation with JavaScript and NodeJS

    Node has created an enormous ecosystem and use cases ranging from data science, game development, AI and of course, web automation. The Full Guide to Web Scraping & Automation with JavaScript and NodeJS is a guide for anyone who wants to start web automation in 2022 using this incredible JavaScript platform.

  3. 3
    Article
    Avatar of geekcultureGeek Culture·4y

    Dynamic web scraping using selenium : scrape protected websites

    In this article we will use beautiful soup to scrape the information from webpages. Beautiful Soup can only Handel static webpages not dynamic. Selenium is a framework which can run and execute the scripts and control your web browser by sending and receiving methods calls and data to or from the Web Driver.

  4. 4
    Article
    Avatar of hashnodeHashnode·4y

    Tutorial - How to build your own LinkedIn Profile Scrapper in 2022

    Linkedin is one of the largest professional network platforms where you can get job opportunities, connect and build professional relationships with your fellow colleagues in your field. The Person class installed is used to defined the profile of a particular Linkedin Profile by using the profile's URL path. If email and password isnt given, it'll prompt in your terminal.

  5. 5
    Article
    Avatar of quick_codeQuick Code·4y

    Top 7 Visual UI Testing Tools For 2022

    Selenium Selenium is still the most popular tool for automating web application testing. Cypress is a new end-to-end testing solution geared for front-end developers and testers. LambdaTest is a cross-browser testing tool for websites that runs in the cloud. Protractor is one of the greatest integration testing tools available.

  6. 6
    Article
    Avatar of hrbHEARTBEAT·4y

    How to Code a Web Scraper

    When web scraping code is executed, a request is made to the specified URL (Universal Resource Locator) The server transmits the information in response to the request. After parsing the HTML or XML page, the code then extracts the data. A web scraper’s durability is also a serious issue.

  7. 7
    Article
    Avatar of logrocketLogRocket·4y

    Testing a website with Selenium and Docker

    Selenium is a popular browser automating tool that is primarily used for automating web applications for testing purposes. In this tutorial, you will learn why and how to use Selenium and Docker to test a website. Use the following Docker command to create a container with the image you have just pulled.

  8. 8
    Article
    Avatar of swcdSweetcode·4y

    Automated Testing Tutorial

    Software testing is one of the most critical stages of the Software Development Life Cycle (SDLC) The goal of the testing phase is to identify and resolve all of the bugs and errors in the product before it is taken to market. In most cases, software testing remains a consistent phase throughout the SDLC, and it is done manually by human QA testers.