Top "Robotframework" questions

The Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD).

Multiline comments in Robot framework

Is there is any way to comment multiple lines in Robot framework. In python we have option like ''' and …

robotframework
How to set path chrome driver in robot framework?

Now, I set path variable path : D:..;C:\Program Files\Google\Chrome\Application Chrome : C:\Program Files\Google\Chrome\Application\…

google-chrome testing path robotframework selenium-chromedriver
How to check if a string contains an other string (substring) in robot framework?

How to check if a string contains an other string in robot framework? Something like ${bool} | String Contains | Hello World | …

string robotframework
Simplest way to concatenate two strings in robot framework .?

Given two strings 'a' , 'b', what is the simplest way to concatenate them and assign to a new variable in …

python robotframework robotframework-ide
Use of "If statement" in robot framework

How can we use if statement in robot framework. I would like to execute keyword only if it satisfies certain …

robotframework
How do I use Click Element function with robot framework when the element does not have id or name?

I'm currently using the Selenium2Library in robot framework to automate some web tests. Currently, I'm having problems automating the …

robotframework selenium2library
How to use REST library in Robot Framework?

Does anybody know how to use the REST Library for Robot Framework? The library is available here http://code.google.…

rest http automated-tests robotframework
Robot Framework using Python, key press without selecting any button or element in the page

I am automating one application using Robot Framework using Python. In a certain situation I need to press Enter without …

python-2.7 keypress robotframework
Running tests on PyCharm using Robot Framework

I started using PyCharm with the robot framework, but I'm facing an issue. How can I run my tests? All …

pycharm robotframework
For loop over dictionary in Robot Framework

Is there a proper way to loop over a dictionary in RF? I used pythonic way, but failed: :FOR ${key} ${…

robotframework