Pekka Klärck
Pekka Klärck
Ping @emanlove! SL should stop using `robot.utils.StringIO` and use `io.StrinIO` instead. The former is effectively deprecated and will be removed in the future.
This functionality would be nice, but I see various problems in the proposed implementation: - Not sure would the newly opened browser see the exact same page than the original...
Also RF core would need this.
Yeah, this was briefly discussed at some point. Ping @IsNoGood.
:+1: for this in general but :-1: for making case-insensitivity the default.
This is very highly related to #978.
This is most likely caused by the fix to #2839 in RF 3.1. Could you also show what your `Keyword` in `lib.py` does?
Logged messages are cached , not written directly to disk, when using timeouts to avoid corrupting output.xml if a timeout expires exactly when a message is written. See #2839 for...
Typically you accomplish this by having a nested test suite directory with a top level directory having an `__init__.robot` file with whatever suite teardown you need. If I got it...
I quickly prototyped my proposal and liked the results and how easy the initial implementation was. I didn't/don't have time finish it now, but if someone would be interested to...