Best of SeleniumJune 2024

  1. 1
    Video
    Avatar of coreymsCorey Schafer·2y

    Automating My Bill Payments with Python and Selenium

    Learn how to automate bill payments using Python and Selenium. The author shares a real-world example of automating bill payments using a Python script that takes advantage of various skills and techniques such as navigating web browsers, automating form filling, logging, and sending email and text notifications.

  2. 2
    Article
    Avatar of mlnewsMachine Learning News·2y

    LaVague’s Open-Sourced Large Action Model Outperforms Gemini and ChatGPT in Information Retrieval: A Game Changer in AI Web Agents

    LaVague is an open-sourced framework that simplifies the creation and deployment of AI agents for information retrieval. It offers powerful capabilities and easy integration with private data sources. LaVague aims to revolutionize AI-driven automation and encourages community participation and sharing.

  3. 3
    Article
    Avatar of lambdatestLambdaTest·2y

    How to Handle Hidden Elements in Selenium WebDriver

    Learn how to handle hidden elements in Selenium WebDriver. Discover what hidden elements are, how to access them using JavaScriptExecutor, and avoid exceptions while interacting with them. Also, find answers to frequently asked questions about hidden elements in Selenium.