*** Settings ***
Documentation     A resource file containing RIDE page specific keywords.
...
...               domain specific language. They utilize keywords provided
...               by the imported Selenium2Library.
Library           Selenium2Library


*** Variables ***
#************************** Common Variables ******************************
${RIDEPage Title}      robotframework/RIDE · GitHub


*** Keywords ***
Verify RIDE Page
    [Documentation]    RIDE page title verification
    Title Should Be    ${RIDEPage Title}