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

Locating web elements using relative indentification #24

Open
huaxing-yuan opened this issue Feb 15, 2023 · 0 comments
Open

Locating web elements using relative indentification #24

huaxing-yuan opened this issue Feb 15, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@huaxing-yuan
Copy link
Collaborator

Problem

In some cases, the identification of web element is tough,
For example: Identify an element in a cell of table, identify an element which has no usable identifier.
In these case, maybe using relative identifier would help.

That is describing an element using another element and the relation of current element.

For example:
A textbox with in the column header and row header
A button on the same y-axis of it's label....

To achieve this we need to add "relatedElement" in "ElementDescription".

@huaxing-yuan huaxing-yuan added the enhancement New feature or request label Feb 17, 2023
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