About 5,270 results
Open links in new tab
  1. Robot Framework 7.0 has been released!

    Jan 11, 2024 · Robot Framework 7.0 development started at the end of August, 2023, and now it’s finally ready. The release was done already several hours ago, but we have been trying to debug …

  2. IF ELSE with String - Robot Framework - Robot Framework

    Oct 1, 2024 · Yes, I printed it and the value is correct. It seems to me that it is a variable type conflict. When $ {valor_body_encoded} receives something other than Unfortunately I can’t help you with …

  3. Robot Framework 7.1 has been released!

    Sep 10, 2024 · Huge thanks to Robot Framework Foundation, to community members who provided valuable contributions, and to everyone else who has tested preview releases, submitted bug …

  4. Multi-pattern IF, ELSE IF, ELSE control - Robot Framework

    Feb 5, 2024 · Hello Robot community, reference: Conditional IF / ELSE IF / ELSE execution in Robot Framework | Robocorp documentation I’m having difficulty with what I think is a basic programming …

  5. Assigning values to $ {False} or $ {True} - Robot Framework

    Mar 25, 2024 · After running some tests I found that Robot Framework 4.1.3 silently ignores assignments to these variables. In versions 5.0 or newer the assignments are effective and lead to …

  6. Automate windows application using robot framework

    May 20, 2024 · Hi, I’m new to automate testing, my senior management asked me to automate one of our ATM monitoring tool product using robot framework. It’s not an web application. It’s an windows …

  7. TRY EXCEPT syntax - Robot Framework

    May 28, 2024 · I have already tried GLOB, but looks like the only thing that works is putting the * both at the beginning and at the end, like this: EXCEPT *Timeout 10000ms exceeded.* type=GLOB This …

  8. Differences between "IF... ELSEIF..." and "Run ... - Robot Framework

    May 26, 2023 · NOTE: Robot Framework 4.0 introduced built-in IF/ELSE support and using that is generally recommended over using this keyword. Run Keyword If, has not been deprecated yet but …

  9. Calculations and Mathematical Expressions in the Robot - Robot …

    Sep 3, 2021 · how can I do calculations on the robot. example: ${value} = ${num1}+${num2}. Thank you in advance for the help of the forum.

  10. Robot Framework 7.0 release candidate 1 is out!

    Dec 21, 2023 · Robot Framework 7.0 rc 1 was released on Thursday December 21, 2023, with all features and fixes planned to be included in the final release. It is targeted for anyone interested to …