Robot Framework Tutorial #36 – How to use Implicit Wait

In this Robot Framework Tutorial we will understand how to use implicit wait in robot framework.

We will understand in detail the following keywords for implementing implicit wait in robot framework automation.

* Set Selenium Implicit Wait – Sets the implicit wait value used by Selenium

* Get Selenium Implicit Wait – Gets the implicit wait value used by Selenium

* Set Browser Implicit Wait – Same as Set Selenium Implicit Wait but only affects the current browser

Robot Framework Tutorial #35 – Implicit Wait vs Explicit Wait

In this Robot Framework Tutorial we will understand the difference between Selenium Implicit wait and explicit wait.

We will also understand the advantages and disadvantages of using these waits in your Robot framework script.

Robot Framework Tutorial #34 – How to Set Selenium Timeout and Speed

In this Robot Framework Tutorial we will understand how to set Selenium Timeout and Speed in Robot Framework. We will understand keywords available in Robot Selenium library to Selenium execution speed and timeouts.

Some of the keywords that I will explain in this tutorial are:

* Get Selenium Timeout – Gets the timeout that is used by various keywords

* Set Selenium Timeout – Sets the timeout that is used by various keywords

* Get Selenium Speed – Gets the delay that is waited after each Selenium command

* Set Selenium Speed – Sets the delay that is waited after each Selenium command

Robot Framework Tutorial #31 – How to handle List in Robot Framework

In this Robot Framework Tutorial we will understand how to handle list in Robot Framework and the keywords available in Robot Selenium library to interact and work with lists on any webpage.

Some of the keywords that I will explain in this tutorial are:

Get List Items – Returns all labels or values of selection list locator

Get Selected List Label – Returns the label of selected option from selection list locator

Get Selected List Value – Returns the value of selected option from selection list locator

Select From List By Index – Selects options from selection list locator by indexes

Select From List By Label – Selects options from selection list locator by labels

Select From List By Value – Selects options from selection list locator by values

Select All From List – Selects all options from multi-selection list locator

Get Selected List Labels – Returns labels of selected options from selection list locator

Get Selected List Values – Returns values of selected options from selection list locator

Unselect From List By Index – Unselects options from selection list locator by indexes

Unselect From List By Label – Unselects options from selection list locator by labels

Unselect From List By Value – Unselects options from selection list locator by values

Unselect All From List – Unselects all options from multi-selection list locator

List Selection Should Be – Verifies selection list locator has expected options selected

List Should Have No Selections – Verifies selection list locator has no options selected

Page Should Contain List – Verifies selection list locator is found from current page

Page Should Not Contain List – Verifies selection list locator is not found from current page

Robot Framework Tutorial #30 – How to handle Frames in Robot Framework

In this Robot Framework Tutorial we will understand how to handle frames in Robot Framework and the keywords available in Robot Selenium library to interact and work with frames on any webpage.

Some of the keywords that I will explain in this tutorial are:

* Select Frame – Sets frame identified by locator as the current frame

* Unselect Frame – Sets the main frame as the current frame.

* Frame Should Contain – Verifies that frame identified by locator contains text

* Current Frame Should Contain – Verifies that the current frame contains text

* Current Frame Should Not Contain – Verifies that the current frame does not contain text