Skip to content

Consider using implicit By.chained if multiple locators are passed to find().element(...) #75

@alechenninger

Description

@alechenninger

Instead of

context.find().element(By.chained(locator1, locator2));

Allow simply

context.find().element(locator1, locator2);

Only thing is I'm not sure that's super obvious (looks like you're looking for two elements maybe in second example)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions