Top "Robotframework" questions

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

ElementNotVisibleException: Message: element not interactable in Robot Framework

Example code: <div class="modal-footer"> <button type="button" class="btn btn-primary btn-block" data-modal="AlertSubmitApproval" id="btn_close_…

python selenium robotframework element webdriverwait
Automatic failing/non-execution of interdependent tests in Robot Framework

I have a large number of test cases, in which several test cases are interdependent. Is it possible that while …

python testing automated-tests robotframework
What is a keyword in Robot Framework?

I couldn't find that explained anywhere. Even in the tutorial, where keywords are introduced, it doesn't explain how I will …

python python-3.x robotframework
How to Close Xvfb after usage

I am running some tests in headless firefox using Xvfb. However, after my tests are finished I want to move …

selenium robotframework xvfb
Unhandled error "Cannot find context with specified id" using Robot framework

I have a problem when working with iframe using Robot framework and Selenium2Library. It throws error: WebDriverException: Message: unknown …

selenium selenium-webdriver automated-tests robotframework selenium2library
How to pass objects to keywords in robot framework?

I have a python class MyClass written in file MyClass.py: class MyClass(object): def __init__(self): self.myvar = list() …

python object robotframework method-call
How to select a drop down menu value using robot framework?

How to select a order number from the drop down list. Page has a similar 2 more drop down with same …

angularjs python-2.7 selenium robotframework selenium2library
Selenium and Headless Environment

I recently installed Python 2.7, Robot Framework and the Selenium Library (I still don't know if I succeeded though...) on a …

exception selenium environment headless robotframework