Initial commit without large google-chrome.deb

This commit is contained in:
2025-11-06 12:09:50 +01:00
commit 9e982332b3
47 changed files with 11838 additions and 0 deletions

21
Resources/Common.robot Normal file
View File

@@ -0,0 +1,21 @@
*** Settings ***
Library SeleniumLibrary
*** Variables ***
${BROWSER}= chrome
${URL}= https://automationplayground.com/crm/
*** Keywords ***
Begin Web Test
# set selenium speed .2s
set selenium timeout 10s
open browser ${URL} ${BROWSER}
#resize browser window for recording
set window position x=0 y=0
set window size width=1280 height=1040
End Web Test
Close All Browsers