jrobotremoteserver icon indicating copy to clipboard operation
jrobotremoteserver copied to clipboard

Serves remote test libraries for Robot Framework that are implemented in Java.

Results 6 jrobotremoteserver issues
Sort by recently updated
recently updated
newest added

jrobotremoteserver 4.1.1 doesn't boot up with Spring Boot 3.2.2 Eclipse Temurin Java 17.0.8.1 It worked with the older Spring Boot we were using. Is there a compatibility issue with the...

This commit works to address issues with missing keyword exceptions for univeral calls such as __init__ and __info__. Note, without this change (or something else that may be related), it...

Hello, Since version 4.1.1, the documentation cannot be generated anymore: ```shell $ libdoc Remote::http://127.0.0.1:8270/ClientLib list > Calling dynamic method 'get_keyword_documentation' failed: KeyError: '__intro__' ``` Note that if I revert to...

### Problem: I'm trying to use the old version of this library with pabot in order to execute multiple threads at once. ``` com.github.ombre42 jrobotremoteserver 3.0 ``` My first attempt...

When running basic test like this: ``` Get Google Create Session google ${sessionURL} ${resp} Get Request google / Should Be Equal As Strings ${resp.status_code} 200 Log ${resp.content} ``` Using [HttpRequestLibrary](https://github.com/MarketSquare/robotframework-httprequestlibrary)...

Copy of issue from the[ Python server](https://github.com/robotframework/PythonRemoteServer/issues/16)

enhancement