sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #40196
Re: [Question #394807]: Sikuli Script running test twice.
Question #394807 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/394807
Status: Answered => Open
Georg Steyn is still having a problem:
Thanks for the Quick Response.
Do you mean the import GoodxConfig that i am importing.
If so this is the code for that file. I can't see any problems to my
knowledge.
Belowe is the code for GoodxConfig.py
#Links with GoodxLoginScreen.py
#from sikuli import *
import os
#Set the test Lang for Images.
#For Afrikaans Imgages: afr_eng = afr
#For English Images: afr_eng = eng
lang = "eng"
#Path to Sikuli Img
imgPath = os.path.normpath("C:/Users/User/Documents/Local_Repro/main/imageLibrary.sikuli/eng") if lang == "eng" else os.path.normpath("C:/Users/User/Documents/Local_Repro/main/imageLibrary.sikuli/afr")
#Call Imgage from Image Path
gxnav_login_entity_caption_combo = imgPath + "\gxnav\gxnav_login_entity_caption_combo.png"
gxnav_login_entity_combo_value = imgPath + "\gxnav\gxnav_login_entity_combo_value.png"
gxnav_login_okbutton = imgPath + "\gxnav\gxnav_login_okbutton.png"
gxnav_login_password_caption_edit = imgPath + "\gxnav\gxnav_login_password_caption_edit.png"
gxnav_login_username_caption_combo = imgPath + "\gxnav\gxnav_login_username_caption_combo.png"
gxnav_login_username_combo_value = imgPath + "\gxnav\gxnav_login_username_combo_value.png"
UserPassword='x'
#Test type is "click" or "keys"
TestType="click"
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.