Skip to content

Search by multiple locators #1568

@ghost

Description

Current Behavior

We can only search for one locator at a time.

Suggested Solution

Implement search functionality by multiple locators to find elements that match all locators at once.

Additional Information

The main idea is to be able to reproduce the search by multiple locators in the code, for example like this

@HowToUseLocators(androidAutomation = LocatorGroupStrategy.ALL_POSSIBLE)
@AndroidFindBy(id = "id")
@AndroidFindBy(classname = "classname")
private List<WebElement> elements;

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions