Skip to content
This repository was archived by the owner on Dec 16, 2023. It is now read-only.
This repository was archived by the owner on Dec 16, 2023. It is now read-only.

Unable to call "browser.attach" multiple times #1203

@aik099

Description

@aik099

In contrast to browser.fill I can't call browser.attach multiple times.

On 2nd+ call to browser.attach method I'm getting Cannot redefine property: value error from Zombie. This happens, because in

Object.defineProperty(field, 'value', {value: filename});
the value property of the element is defined in any case and not only, when it's absent.

Using Zombie 6.1.4.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions