Jussi Malinen
Jussi Malinen
We removed the possibility to run user keywords in parallel in 2.5 (#490). With improvements into variable handling we might be able to bring this (or similar) functionality back. We...
OSX 10.7.4, python 2.7.1, robot 2.6.3, finnish keyboard layout As the title says: Space is not inserted after pipe and neither is closing curly brace after ${ when using Finnish...
OSX 10.7.4, python 2.7.1, robot 2.6.3 start with "python -m rwb.editor" 1. Choose File->New 2. Edit test 3. Press cmd-s (or save or save as from menu) a traceback is...
Receiving with timeout goes to a synchronized block. If the timeout is longer than the poll interval for background handlers, this can cause the other message streams to not get...
The `Embed sequence diagram` keyword simply uses the `.png` as name for the saved message sequence diagram. This will cause subsequent diagrams in the same test to overwrite the previous....
Document that HTTP/HTTPS might be easier to handle with other libraries. Also that ASN.1 PER encoding is a bit too difficult with the current syntax.
It would be useful sometimes to explicitly define a case of size 0. Meaning that we know that a certain element might appear, but we want to fail at validation...
There should be support for SSL including client side certificates and various SSL/TLS versions. I would like to create server something like this: Start SSL Server 127.0.0.1 443 name=MyServer ......
The robot.api.logger should provide a helper class to log from background threads. https://github.com/robotframework/robotbackgroundlogger provides such functionality and it should be included in our api.
We could have a way to start several library keywords (in essence, methods) in separate threads in parallel. (Making this work in user keywords is considerably more difficult.) As a...