PythonRemoteServer icon indicating copy to clipboard operation
PythonRemoteServer copied to clipboard

Robot Framework remote server implemented with Python

Results 39 PythonRemoteServer issues
Sort by recently updated
recently updated
newest added

Hi, it is possible to create asynchronous remote server? Using SocketServer.ThreadingMixIn or any other possible way? It would be nice to have server that can accept more than one command...

enhancement

I was just experimenting the Example, and got the following output: ``` C:\Users\Helio>python -m robotremoteserver test C:\Python39\lib\site-packages\robotremoteserver.py:18: DeprecationWarning: Using or importing the ABCs from 'collections' instead of from 'collections.abc' is...

it adds get_library_information that collects all data using functions that are already available.

Hi @pekkaklarck, Could you please review these changes and provide feedback on this pull request in combination with pull requests [Python remote server Test suite update](https://github.com/robotframework/PythonRemoteServer/pull/73) and [Implement get_library_information interface...

Currently all stdout/stderr is redirected to [keyword results outputs](https://github.com/robotframework/PythonRemoteServer/blob/d0384530da9fdffbceac63ffdf4ca8d7bea3ea8a/src/robotremoteserver.py#L420) [during keyword execution](https://github.com/robotframework/PythonRemoteServer/blob/d0384530da9fdffbceac63ffdf4ca8d7bea3ea8a/src/robotremoteserver.py#L410) which leads that some logs flows to robot remote server process stdout and some to robot framework test/KW...

Robot Framework 4.0 added support to get all remote library information in one XML-RPC call instead of using multiple calls per keyword (robotframework/robotframework#3362). To really benefit from this enhancement, remove...

enhancement
prio-critical

Server provides robot framework keywords written in ".robot" files.

Please review this pull request and provide relevant feedback on how to properly fix all tests to reastablish a safe starting point for further modifications. I am looking into issue...

Hii, I Like your repository. This is very helpful, I like your work. It is amazing. :100: . . Hope you like it. :)

There is an error like the below, TypeError: methTwo() takes exactly 2 arguments (1 given)