sebastianciupinski
sebastianciupinski
Currently Robot has many automatic variables like `${TEST NAME}` , `${LOG FILE}`, etc. I think many of things could be simplified by adding few more: - `${RANDOM}` - variable which...
Currently there are: - Set Parallel Value For Key - Get Parallel Value For Key I think following may be usefull: - Wait Until Parallel Value For Key Equals [Arguments]...
For now importing selenium library allows to set import arguments like: timeout, implicit_wait, run_on_failure, screenshot_root_directory, plugins, and event_firing_webdriver Adding `default_attributes` which will be passed to ElementFinder could allow use other...
Rebot is unable to process if one of xml files is corrupted (e.g. when robot process producing output.xml has crashed) As a result, it is unable to automatically merge many...
Robot Framework still have flat, common variables namespace. When you define the same variable in more than one resource or variablefile, and import them both, execution results may be unpredictable....