René
René
Yes exactly. I had this issue several times. I would propose to have some kind of possibility to "mute" the logger. I know that there are monkey patching possibilities but...
i really like this feature. including line numbers for start and end keyword! This would be a huge enabler for debuggers!
@damies13 Afaik there are no plans to deprecate Listener v2! However at the moment it looks like adding start/end_keyword in listener v3 has to be postponed to RF 5 or...
After discussing Custom Converters with Pekka, We came to the conclusion that in fact `${mynumber}:int 3` would be better. ```robotframework *** Keywords *** Kywrd [Arguments] ${name}: str ${password}: str =...
I would really like this feature. Not only distribution, also having the possibility to add capabilities to these nodes and to the test Suites. Like platform dependency. Or configuration depending...
With Pabot i would see the scope more in what Tests can he executed in parallel and what tests must run on one machine. I do really think that this...
@allcontributors please add @UliSei for userTesting.
@UliSei Could you give us a test page? Or implement a test page with a virtual joystick first into our test web app? then lets discuss what should be the...
I would actually expect to use a different keyword sequence. ```robotframework Drag And Drop By Coordinates ${Ox} ${Oy} ${Ax} ${Ay} 10 False Mouse Move ${Bx} ${By} 10 Mouse Move ${Cx}...