The Robot Framework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD).
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-marionetteI have some web elements which has the same prefix for their ID attribute. I can get these elements all …
selenium-webdriver robotframework selenium2library*** 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 robotframeworkI need to select a frame but it has no name or id. How do it do it? <frame …
html testing automated-tests robotframework web-testingI'm writing tests on robot Framework and use some python functions with it. So I have the start.sh shell …
python debugging pycharm robotframeworkI have a test file which checks for the presence of all key elements on every page of the app (…
global-variables robotframework resource-filesI am writting robot framework tests with Selenium2 Library and i can't access button, there are many same buttons on …
robotframework selenium2libraryI have 5 test suites which are independent of each other. I have to run it against the same environment. Most …
python testing robotframeworkCan someone help me How to Upload file from windows directory using selenium2library and Robot Framework.I have tried …
robotframework selenium2libraryI am using Robot Framework to automatically check the number of TDs or TRs in a table. I am using …
selenium xpath robotframework