Close Menu
    DevStackTipsDevStackTips
    • Home
    • News & Updates
      1. Tech & Work
      2. View All

      Sunshine And March Vibes (2025 Wallpapers Edition)

      May 18, 2025

      The Case For Minimal WordPress Setups: A Contrarian View On Theme Frameworks

      May 18, 2025

      How To Fix Largest Contentful Paint Issues With Subpart Analysis

      May 18, 2025

      How To Prevent WordPress SQL Injection Attacks

      May 18, 2025

      I need to see more from Lenovo’s most affordable gaming desktop, because this isn’t good enough

      May 18, 2025

      Gears of War: Reloaded — Release date, price, and everything you need to know

      May 18, 2025

      I’ve been using the Logitech MX Master 3S’ gaming-influenced alternative, and it could be your next mouse

      May 18, 2025

      Your Android devices are getting several upgrades for free – including a big one for Auto

      May 18, 2025
    • Development
      1. Algorithms & Data Structures
      2. Artificial Intelligence
      3. Back-End Development
      4. Databases
      5. Front-End Development
      6. Libraries & Frameworks
      7. Machine Learning
      8. Security
      9. Software Engineering
      10. Tools & IDEs
      11. Web Design
      12. Web Development
      13. Web Security
      14. Programming Languages
        • PHP
        • JavaScript
      Featured

      YTConverter™ lets you download YouTube videos/audio cleanly via terminal — especially great for Termux users.

      May 18, 2025
      Recent

      YTConverter™ lets you download YouTube videos/audio cleanly via terminal — especially great for Termux users.

      May 18, 2025

      NodeSource N|Solid Runtime Release – May 2025: Performance, Stability & the Final Update for v18

      May 17, 2025

      Big Changes at Meteor Software: Our Next Chapter

      May 17, 2025
    • Operating Systems
      1. Windows
      2. Linux
      3. macOS
      Featured

      I need to see more from Lenovo’s most affordable gaming desktop, because this isn’t good enough

      May 18, 2025
      Recent

      I need to see more from Lenovo’s most affordable gaming desktop, because this isn’t good enough

      May 18, 2025

      Gears of War: Reloaded — Release date, price, and everything you need to know

      May 18, 2025

      I’ve been using the Logitech MX Master 3S’ gaming-influenced alternative, and it could be your next mouse

      May 18, 2025
    • Learning Resources
      • Books
      • Cheatsheets
      • Tutorials & Guides
    Home»Development»How to fetch username and password from excel one by one to test login functionality in robot framework-selenium-python

    How to fetch username and password from excel one by one to test login functionality in robot framework-selenium-python

    July 12, 2024

    I am trying to login to my application one by one using different credentials in robot framework-python-selenium but it is not working. Below is my code.
    Please suggest.

    Open Browser ${URL} chrome
    Input Text id=username ${user}
    Input Text id=password ${password}
    ${exp_row_count} get element count ${PATH_EXCEL}sheet1
    ${exp_row_count} evaluate ${exp_row_count}-1
    For ${i} IN RANGE 1 ${exp_row_count}

    *** Variables ***
    ${user} ${i}
    ${password} ${i}
    ${PATH_EXCEL} C:UsersTestLogin.xlsx
    ${i}

    Source: Read More

    Facebook Twitter Reddit Email Copy Link
    Previous ArticleHow can I format the current date and time and then use them in a variable in GoTest?
    Next Article How to write unit test for methods with a large number of parameters?

    Related Posts

    Security

    Nmap 7.96 Launches with Lightning-Fast DNS and 612 Scripts

    May 18, 2025
    Common Vulnerabilities and Exposures (CVEs)

    CVE-2025-4873 – PHPGurukul News Portal SQL Injection Vulnerability

    May 18, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    Warehouse – useful Flatpak tool

    Development

    Cutting Costs, Not Performance: Structured FeedForward Networks FFNs in Transformer-Based LLMs

    Development

    Rilasciato Wayland Protocols 1.41: Arriva la Gestione HDR del Colore

    Linux

    Tencent Research Introduces DRT-o1: Two Variants DRT-o1-7B and DRT-o1-14B with Breakthrough in Neural Machine Translation for Literary Texts

    Development
    GetResponse

    Highlights

    Development

    Experts Find Shared Codebase Linking Morpheus and HellCat Ransomware Payloads

    January 23, 2025

    An analysis of HellCat and Morpheus ransomware operations has revealed that affiliates associated with the…

    Fitbit is dying a slow death

    April 21, 2025

    LLMLean: An AI Tool that Integrates LLMs and Lean for Tactic Suggestions and Proof Completion

    August 1, 2024

    Checkmk – IT monitoring platform

    February 20, 2025
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

    Type above and press Enter to search. Press Esc to cancel.