*** Settings *** Documentation A page object to use in Accounts QR code tests. ... Library SeleniumLibrary Resource ../common.resource *** Variables *** ${SHOW ACCOUNT QRCODE PAGE URL} ${ROOT URL}/account/1/qrcode *** Keywords *** Show TwoFAccount Qrcode Page Should Be Open Location Should Be ${SHOW ACCOUNT QRCODE PAGE URL} Go To Show TwoFAccount Qrcode Page Go Authenticated To ${SHOW ACCOUNT QRCODE PAGE URL}