tkopra
tkopra
We need an alternative debugging mode, to co-exist with the current debugger. Similar to Interactive Console in VS Code extension "Robot Framework Language Server". This is important because the mode...
Force Tags was deprecated in RF 6.0 and Robocop is giving linting warning "'Force Tags' is deprecated since Robot Framework version 6.0, use 'Test Tags' instead (DEPR02: deprecated-statement)". Apparently there...
**Is your feature request related to a problem? Please describe.** I would like to enable automatic element highlighting when running some long and complex tests. It can speedup debugging complex...
**Is your feature request related to a problem? Please describe.** Quite often there is a need to get subtext out of a longer text. For example order number. Currently several...
**Is your feature request related to a problem? Please describe.** Quite often there is a need to add conditional logic to a test based on UI state. Currently I need...
**Is your feature request related to a problem? Please describe.** Currently I need to separately add ">> visible=true" at the end of each selector, especially text selectors. This seems unnecessary...