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

How can I interact with element collection after it's found with I.FindMultiple #135

Open
pashidlos opened this issue Jan 15, 2015 · 0 comments

Comments

@pashidlos
Copy link

I found some elements:
var filtersList = I.FindMultiple("a[class^='sub-menu-item']").Elements.Select(el => el.Item2)

How can I click on element from this collection ?
FindMultiple returns collection of IElement but Click expect ElementProxy

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

1 participant