Built-In Variables in Robot Framework.
Robot Framework provides some built-in variables. It’s predefined by Robot Framework Creator. 1 . Operating System Variables Built-In Variables Explanation ${CURDIR} An absolute path to the directory where the test data file is located. This variable is case-sensitive. ${TEMPDIR} An absolute path to the temporary system directory. In UNIX-like systems, this is typically /tmp, and in …