Skip to content

CustomWebElement class must implement WebElement Interface. #3

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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