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
I've updated Canopy from v0.9.45 to v0.9.52 and I'm having a problem with elementsWithin - the action seems to ignore the context, that is, it will return all the page elements that match the selector and ignore the parent element. Example:
element (sprintf ".notification:contains('%s')" name) |> parent |> elementsWithin "p:contains('Batches:')"
Anything I should know since the SizSelCsZzz and Selenium Support dependencies change?
The text was updated successfully, but these errors were encountered:
Yah I probably broke it for jquery selectors because I didnt properly implement the Selenium interface. I will try to get a new build with a fix in it for you today.
I've updated Canopy from v0.9.45 to v0.9.52 and I'm having a problem with
elementsWithin
- the action seems to ignore the context, that is, it will return all the page elements that match the selector and ignore theparent
element. Example:element (sprintf ".notification:contains('%s')" name) |> parent |> elementsWithin "p:contains('Batches:')"
Anything I should know since the SizSelCsZzz and Selenium Support dependencies change?
The text was updated successfully, but these errors were encountered: