*** Settings *** Library SeleniumLibrary Library SeleniumScreenshots Suite teardown Close all browsers *** Keywords *** Open url [Arguments] ${url} Open browser ${url} browser=headlessfirefox Set window size 800 600 *** Test Cases *** Show the new Robot Framework logo Open url https://twitter.com/robotframework Page should contain Robot Framework Capture and crop page screenshot robotframework.png ... css=.ProfileAvatar-image *** Test Cases *** Show Plone logo Open url https://plone.org Page should contain element css=.navbar-brand Capture and crop page screenshot plone.png ... css=.navbar-brand *** Test Cases *** Demonstrate failing test Open url https://plone.org Page should contain Hello World!