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 Oct 29, 2020. It is now read-only.
It was probably "working" in 0.1.5 because there was no special handling of Arrays in CelerityServer#proxify -- now there is, but it's broken. Now we're returning an Array of proxy objects rather than a proxy object which represents an Array. The problem is that the proxy objects are being eval'd on the other side as Strings instead of RemoteProxyObjects.
Wrote a spec for this and implemented a fix which is working for me.
just upgraded to 0.1.7 and most of my tests started breaking. Getting this error:
undefined method `to_xml' for "Culerity::RemoteObjectProxy.new(94, @io)":String (NoMethodError)
coming from this code:
$browser.elements_by_xpath("//table[@Class='aeDays']//td")[day].to_xml
like I said: works in celerity. Works in 0.1.5. Any ideas?
The text was updated successfully, but these errors were encountered: