Skip to content

PIP Install Robot-AppEyes > Incorrect code #9

@davidcmonty

Description

@davidcmonty

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):

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions