You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 16, 2023. It is now read-only.
In contrast to
browser.fill
I can't callbrowser.attach
multiple times.On 2nd+ call to
browser.attach
method I'm gettingCannot redefine property: value
error from Zombie. This happens, because inzombie/src/index.js
Line 902 in 5245de7
value
property of the element is defined in any case and not only, when it's absent.Using Zombie 6.1.4.
The text was updated successfully, but these errors were encountered: