Adrian-Tamas
Adrian-Tamas
Removed the version bump. Sorry for the late response on my side as well, unfortunately I was busy with other things and did not check on my github :)
Hi, I have created a PR on a fix for this: https://github.com/actmd/elementium/pull/13 adding an optional arguments parameter to be sent to the script.
@prschmid any chance for a push of the latest selenium dependency to pypi as well? It has been a while since selenium is out and from I have seen it...
Workaround for anyone facing this issue would be to get the object property from obj key since the name is random: ``` let jsonWebElementId = jsonWebElement[Object.keys(jsonWebElement)[0]]; ```
Pure Nightwatch does not retrieve the element in the same way. Only the Nightwatch-Api returns the element this way, while Nightwatch returns it with the name of "ELEMENT" so that...
Same issue for me on openai=1.78.1. Downgrading to 1.73 fixed it.