Top "Robotframework-ide" questions

RIDE, or Robot IDE, is an integrated development environment, designed specifically for Robot Framework

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
How to Click Link by URL in Robot Framework

In the [Selenium2 Robot Framework documentation][1], the guide to Click Link is: Clicks a link identified by locator. Key attributes …

selenium robotframework robotframework-ide
Robot Framework - Selecting value from a dropdown list which appears after mouse over

The scenario is : The user will move the mouse over the link : ID_CHECK: R17AA003 The dropdown list will …

robotframework robotframework-ide
Create an Empty List and push data in an Iteration using Robot Framework

I need to make a collection which is populated in a loop. So, I need a global collection and I …

selenium pycharm robotframework selenium2library robotframework-ide