mirror of
https://github.com/Bubka/2FAuth.git
synced 2024-11-26 02:04:52 +01:00
14 lines
369 B
Plaintext
14 lines
369 B
Plaintext
*** Settings ***
|
|
Documentation A page object to use in Capture tests.
|
|
Library SeleniumLibrary
|
|
Resource ../common.resource
|
|
|
|
*** Variables ***
|
|
${CAPTURE PAGE URL} ${ROOT URL}/capture
|
|
|
|
*** Keywords ***
|
|
Capture Page Should Be Open
|
|
Location Should Be ${CAPTURE PAGE URL}
|
|
|
|
Go To Capture Page
|
|
Go Authenticated To ${CAPTURE PAGE URL} |