Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elementsWithin action ignores context #257

Closed
goncaloc1 opened this issue Apr 19, 2016 · 3 comments
Closed

elementsWithin action ignores context #257

goncaloc1 opened this issue Apr 19, 2016 · 3 comments

Comments

@goncaloc1
Copy link

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?

@lefthandedgoat
Copy link
Owner

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.

lefthandedgoat added a commit that referenced this issue Apr 19, 2016
@lefthandedgoat
Copy link
Owner

You can download a fixed package here:

https://www.nuget.org/packages/canopy/0.9.53

Ive you have any more problems please let me know!

@goncaloc1
Copy link
Author

It's working, thanks for that.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants