We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Do the following changes:
Field`2
[ControlFinding(FindTermBy.Label)]
Content`2
HiddenInput`2
Clickable`1
Clickable`2
TableRow`1
The text was updated successfully, but these errors were encountered:
#50 Change default search of controls
ebbc191
YevgeniyShunevych
No branches or pull requests
Do the following changes:
Field`2
should not use[ControlFinding(FindTermBy.Label)]
.Content`2
and inherited controls instead of "label" search should find the first occurring element.HiddenInput`2
instead of "id" search should find the first occurring element.Clickable`1
andClickable`2
instead of "id" search should find the first occurring element.TableRow`1
instead of "content" search should find the first occurring element.The text was updated successfully, but these errors were encountered: