Eerste Test waarmee het mogelijk is klanten toe te voegen.
This commit is contained in:
18
Resources/Open_Browser.resource
Normal file
18
Resources/Open_Browser.resource
Normal file
@@ -0,0 +1,18 @@
|
||||
*** Settings ***
|
||||
Library Browser
|
||||
|
||||
*** Variables ***
|
||||
${CRED} C:\\Users\\thoma\\Documents\\Paypoint\\variables.robot
|
||||
|
||||
*** Keywords ***
|
||||
Open Browser And Set Context
|
||||
[Documentation] Set Browser settings and page to load
|
||||
New Browser chromium headless=false
|
||||
New Context viewport={"width": 1920, "height": 1080}
|
||||
New Page https://test-paypoint.melvanveen.nl/#/login
|
||||
|
||||
Enter Login Details
|
||||
[Arguments] ${username} ${password}
|
||||
Type Text id=username ${username}
|
||||
Type Text id=password ${password}
|
||||
Click id=inloggen
|
||||
Reference in New Issue
Block a user