Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Releases: alans09/robotframework-RanorexLibrary

Return values

24 Jun 20:29

Choose a tag to compare

All keywords now return value.
Almost all return True if the succeed.

Removed detailed documentation from code. Documentation can be found at wiki pages.

Ranorex license is used right before first use of ranorex command. This means you can use basic keywords that does not require xpath without ranorex license to be aquired.

Final 1.0 version of library

12 Jun 20:21

Choose a tag to compare

This release contains all required keywords. All keywords are documented in wiki and also in code.
Relase contains also test of all implemented keywords in folder example.

first version

29 May 20:32

Choose a tag to compare

First version of robot framework remote ranorex library.
Implemented keywords:

Click Element -> Click on element identified by xpath
Check -> If checkbox/radiobutton is checked, do nothing else check
Double Click Element -> Double clicks on element identified by xpath
Get Element Attribute -> Gets desired attribute of element identified
    by xpath
Input Text -> Inputs desired text into element identified by xpath
Right Click Element -> Right click on element identified by xpath
Run Application -> Starts application
Run Application With Parameters -> Start application with added parameters
Run Script -> Run script and return {'stdout':'<stdout>',
    'stderr':'<stderr>'}
Run Script With Parameters -> Run script with parameters
    and returns {'stdout':'<stdout>', 'stderr':'<stderr>'}
Select By Index -> Select value from combobox according to index
Take Screenshot -> Takes screenshot of desired element identified by xpath
    and returns base64 encoded string
Uncheck -> Checks if radiobutton/checkbox is checked.. if so it uncheck it
Wait For Element -> Waits for desired element for desired time
Wait For Element Attribute -> Waits for specified attribute of desired
    element
Morty Proxy This is a proxified and sanitized view of the page, visit original site.