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

SeleniumAppQuery doesn't implement IAppQuery.Index() #47

Open
davidjohnoliver opened this issue Oct 6, 2020 · 0 comments
Open

SeleniumAppQuery doesn't implement IAppQuery.Index() #47

davidjohnoliver opened this issue Oct 6, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@davidjohnoliver
Copy link
Contributor

I'm submitting a...

  • Feature request

Minimal reproduction of the problem with instructions

		private void ClickCheckBoxAt(int i)
		{
			_app.Marked("CheckBox").AtIndex(i).Tap();
		}

Current behavior

Throws NotImplementedException

Expected behavior

Taps i'th checkbox

Environment

Package Version(s): 

Visual Studio
- [ ] 2017 (version: )
- [ ] 2017 Preview (version: )
- [ ] for Mac (version: )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant