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

      New Xbox games launching this week, from May 19 through May 25 — Onimusha 2 remaster arrives

      May 18, 2025

      5 ways you can plug the widening AI skills gap at your business

      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
    • 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

      New Xbox games launching this week, from May 19 through May 25 — Onimusha 2 remaster arrives

      May 18, 2025
      Recent

      New Xbox games launching this week, from May 19 through May 25 — Onimusha 2 remaster arrives

      May 18, 2025

      Windows 11 KB5058411 install fails, File Explorer issues (May 2025 Update)

      May 18, 2025

      Microsoft Edge could integrate Phi-4 mini to enable “on device” AI on Windows 11

      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

    Development

    February 2025 Baseline monthly digest

    May 18, 2025
    Artificial Intelligence

    Markus Buehler receives 2025 Washington Award

    May 18, 2025
    Leave A Reply Cancel Reply

    Continue Reading

    CVE-2025-47705 – Drupal IFrame Remove Filter Cross-Site Scripting (XSS)

    Common Vulnerabilities and Exposures (CVEs)

    Chinese Hackers Breach Juniper Networks Routers With Custom Backdoors and Rootkits

    Development

    Kodeco Podcast: All the Conferences – Podcast V2, S3 E3 [FREE]

    Learning Resources

    I replaced my Samsung Galaxy S24 Ultra with the Pixel 9 Pro XL for a week – and didn’t regret it

    Development

    Highlights

    Development

    Critical Flaw in Telerik Report Server Poses Remote Code Execution Risk

    July 26, 2024

    Progress Software is urging users to update their Telerik Report Server instances following the discovery…

    A World Without Space: AI’s Final Solution in 2679

    June 8, 2024
    Boson AI Introduces Higgs Audio Understanding and Higgs Audio Generation: An Advanced AI Solution with Real-Time Audio Reasoning and Expressive Speech Synthesis for Enterprise Applications

    Boson AI Introduces Higgs Audio Understanding and Higgs Audio Generation: An Advanced AI Solution with Real-Time Audio Reasoning and Expressive Speech Synthesis for Enterprise Applications

    April 10, 2025

    This AI Paper Explores the Theoretical Foundations and Applications of Diffusion Models in AI

    April 18, 2024
    © DevStackTips 2025. All rights reserved.
    • Contact
    • Privacy Policy

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