Hi. Thanks for your module.
I have noticed that using the PIP install method I get a version (1.2) of the code that does not have the code in it that master does. Master also does not have 'url', either .
Version 1.2 has this...
def open_eyes_session(self, url, appname, testname, apikey, width=None,
height=None, osname=None, browsername=None,
match_level="STRICT", includeEyesLog=True):
Master has this...
def open_eyes_session(self,
appname,
testname,
apikey,
width=None,
height=None,
osname=None,
browsername=None,
matchlevel=None,
includeEyesLog=False,
httpDebugLog=False,
baselineName=None,
batchName=None,
branchname=None,
parentbranch=None):
Hi. Thanks for your module.
I have noticed that using the PIP install method I get a version (1.2) of the code that does not have the code in it that master does. Master also does not have 'url', either .
Version 1.2 has this...
Master has this...