Skip to content

CustomWebElement class must implement WebElement Interface. #3

@sidnc86

Description

@sidnc86

This would allow to easily cast from WebElement reference. Consider a scenario where a call to findElement() returns WebElement but we would like to have

ButtonElement b = (ButtonElement)wd.findElement(...);

This would simplify quite a lot of similar scenarios.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions