Top "Robotframework" questions

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

WebDriverException: Message: Missing 'marionetteProtocol' field in handshake

I'm currently trying to run a robotframework test scripts locally (Ubuntu 12.04 LTS 64 bit). The issue that I faced was not …

selenium-webdriver robotframework selenium-grid firefox-marionette
How to get all elements' text attribute at once in Robot Framework?

I have some web elements which has the same prefix for their ID attribute. I can get these elements all …

selenium-webdriver robotframework selenium2library
How can we pass different browser at once in robotframework

*** Variables *** ${BROWSER} firefox ${URL} http://url/ ${Delay} 0 in my settings.txt file i have a variable named {BROWSER} AND associate …

python selenium selenium-webdriver robotframework
How to select a frame with no name or id in robot framework?

I need to select a frame but it has no name or id. How do it do it? <frame …

html testing automated-tests robotframework web-testing
Debug Robot Framework tests from Pycharm

I'm writing tests on robot Framework and use some python functions with it. So I have the start.sh shell …

python debugging pycharm robotframework
Robot Framework - Using Resource Files

I have a test file which checks for the presence of all key elements on every page of the app (…

global-variables robotframework resource-files
Element with locator 'xpath=//*[@id="1"]/button' not found

I am writting robot framework tests with Selenium2 Library and i can't access button, there are many same buttons on …

robotframework selenium2library
Is there any way to run robot framework test suites in parallel?

I have 5 test suites which are independent of each other. I have to run it against the same environment. Most …

python testing robotframework
How to Upload file from windows directory using selenium2library and Robot Framework

Can someone help me How to Upload file from windows directory using selenium2library and Robot Framework.I have tried …

robotframework selenium2library
how to count number of td/tr in a table with Robot Framework using Selenium2Library

I am using Robot Framework to automatically check the number of TDs or TRs in a table. I am using …

selenium xpath robotframework