René

Results 29 issues of René

It would be nice to have the Sequence Flow permanently active once i have activated it on one instance. We do have the use case to link to a specific...

enhancement

I do not get the examples run. When i try remote_tests.robot or libdoc i get errors. [ ERROR ] Adding keyword 'countItemsInDirectory' to library 'Remote' failed: Calling dynamic method 'get_keyword_arguments'...

enhancement

It would be nice to add keywords tags for flatten, remove and for consistency also expand, however i personally had never a use for expand. We do now add `robot:private'...

Run Keyword is a super handy and nice solution to execute keyword that are not part of the current library. Example: Run a Keyword in failure like in SeleniumLibrary or...

Hi Peke, I need access to the list of excluded and included tags from ListenerV3. UseCase: DataDriver loads data from external Source and creates TestCases. Tags can also be defined...

enhancement
priority: medium
help wanted

@AmailP There is a new development going on that could improve your Plugin a lot. RoboCorp is developing a Robot Framework Language Server in Cooperation with Pekka Klärck. This LSP...

plausible.io is our technique to gather some anonymous visitor numbers on our pages. We have had this in BuiltIn and other Libraries. We have to implement this into "Release Pipeline"...

priority: high
task

Hi @pekkaklarck I have taken ruff and let it run over the Robot Framework code (src folder) It had found a huge amount, of things, but not all of them...

Some keywords like `Capture Element Screenshot` do have a type hint, that allows `WebElement`, `None` and `str`. But the None is actually wrong. There are some keywords that actually would...

needs review

The following atest should be updated to this, so that the screenshot is taken twice. ```robotframework Capture page screenshot with escaped braces ${file} = Capture Page Screenshot ${OUTPUTDIR}/screenshot-and-index/brackets-{{index}}-name.png File Should...

needs review