All Downloads are FREE. Search and download functionalities are using the official Maven repository.

robotframework-2.7.7.tools.remoteserver.test.atest.resource.txt Maven / Gradle / Ivy

The newest version!
*** Variables ***
${SERVER_LANGUAGE}  NOTSET
${CLIENT_LANGUAGE}  NOTSET

*** Keywords ***

Set Server And Client Language Variables
    ${SERVER_LANGUAGE} =  Get Server Language
    ${CLIENT_LANGUAGE} =  Evaluate  '%sython%d%d' % ('j' if os.name == 'java' else 'p', sys.version_info[0], sys.version_info[1])  modules=sys,os
    Set Global Variable  ${SERVER_LANGUAGE}
    Set Global Variable  ${CLIENT_LANGUAGE}





© 2015 - 2024 Weber Informatics LLC | Privacy Policy