Skip to content

Scroll element into view with different strategies #951

Open
@DavidGangel

Description

@DavidGangel

Implement a way to tell selenium how the scroll element into the view should behave.
It could be told by capability or any other way, it's up to you.
The most important part is that it should work across all the supported browsers.

Example:
ScrollElementIntoView.Top
ScrollElementIntoView.Center
ScrollElementIntoView.Bottom

This would be nice to tell selenium once when it starts the browser and be able to change if needed during the test run. This is for flexibility.
If no value is provided use Top as it is at the moment.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions