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

Sometimes selectors for DOM objects are not unique #198

Closed
ibragins opened this issue May 12, 2022 · 1 comment · Fixed by #553
Closed

Sometimes selectors for DOM objects are not unique #198

ibragins opened this issue May 12, 2022 · 1 comment · Fixed by #553

Comments

@ibragins
Copy link

Sometimes selectors for objects are not unique and UI automated tests can't figure out which object is needed.
Examples:,

  1. When configuring proxy - credentials selection both for HTTP and HTTPS are the same
  2. Perspective view droplist has all the same selectors as, for example, droplist when creating tags
    If I will find anything else - I will add them here as comments
@ibolton336
Copy link
Member

id="https-proxy-credentials-select-toggle"
id="http-proxy-credentials-select-toggle"

Looking like this is resolved now @ibragins - Please reopen if you are seeing anything that doesn't look right!

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

Successfully merging a pull request may close this issue.

2 participants