Propose to add ScrollIntoView, ScrollBy, ScrollTo, ScrollToTop, ScrollToBottom, GetScrollHeight...
Please Note: ScrollIntoView and my version of ExecuteScript both take a WebElement (not a WebElement ID string) as argument - see WebElement ID Issue discussion...
Also, could add following related sub to WebElement Class:
Public Sub ScrollIntoView(Optional ByVal AlignTop As Boolean = True)
Driver_.ScrollIntoView Me, AlignTop, SessionId_
End Sub
Propose to add ScrollIntoView, ScrollBy, ScrollTo, ScrollToTop, ScrollToBottom, GetScrollHeight...
Please Note: ScrollIntoView and my version of ExecuteScript both take a WebElement (not a WebElement ID string) as argument - see WebElement ID Issue discussion...
Also, could add following related sub to WebElement Class: