Releases: alans09/robotframework-RanorexLibrary
Releases · alans09/robotframework-RanorexLibrary
Return values
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
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
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