
String Values with Multiple Spaces - Robot Framework
Jun 12, 2023 · What is the most readable way to check a variable equals a string, which contains multiple spaces. For example if I have a text file (/tmp/a.txt) that contains the following text I wish to …
Robot Framework - Robot Framework Community
Robot Framework This is the Community of the great Robot Framework Ecosystem!
Switching between tabs - Robot Framework
Oct 23, 2023 · Hi Nina, Based on the keywords your using I’ll guess you are using SeleniumLibrary? From the documentation for Switch Window: The previous windows handle is returned and can be …
Latest Libraries topics - Robot Framework
Aug 14, 2025 · Robot Framework Library related question. The most public libraries have subcategories.
Chrome options --headless=new - SeleniumLibrary - Robot Framework
Jul 26, 2023 · Hi all, I’m trying to run a test case in headless mode with an extension, after checking it is possible by calling the argument like this: –headless=new The issue is that I’m using robot like so: …
Time format related! - Robot Framework
Jan 1, 2023 · Happy New Year to All!!! I need a little help with time format in RF. I have in the file this format of date - Sun Jan 1 14:29:11 CST 2023 So , that time stemp I am I save to the txt file , and …
How to use dictionary instead of of list in robot framework
May 7, 2023 · Currently Im using this code to get text from each boxes in column I want to use dictionary instead of list in my code $ {text_List}= Create List #1st list FOR $ {list} IN RANGE 3 $ …
Compare two same value in robot framework
Dec 20, 2022 · Generic open source automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA).
How to verify that element doesn't exist - Robot Framework
Sep 13, 2023 · Thanks a lot I am new in this and I was pretty sceptical about writing on forum, but theese fast and helpful asnswers really brightened my day. Love you guys :)))
Marked Expected Fail as Passed Test Case - Robot Framework
Mar 2, 2023 · Hi Guys I wanna ask something, can you give me example how to expect fail 401 unauthorized in api testing as passed test case?