You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.