Initial commit without large google-chrome.deb
This commit is contained in:
14
PO/Home.robot
Normal file
14
PO/Home.robot
Normal file
@@ -0,0 +1,14 @@
|
||||
*** Settings ***
|
||||
Library SeleniumLibrary
|
||||
|
||||
*** Variables ***
|
||||
${HOME_HEADER_LABEL}= Customers Are Priority One!
|
||||
${URL}= https://automationplayground.com/crm/
|
||||
|
||||
|
||||
*** Keywords ***
|
||||
Navigate To
|
||||
Go To ${URL}
|
||||
|
||||
Verify Page Loaded
|
||||
Wait Until Page Contains ${HOME_HEADER_LABEL}
|
||||
Reference in New Issue
Block a user