Dear all,
I need you thoughts about this case for a Vuejs using Materialize CSS Side Nav.
Scroll Element Into View does not scroll into the context of a side-nav menu, where the side-nav div need to be scrolled down to display the targeted element.
It works when the element is outside of the side-nav, but not when the element is inside the side-nav. The error raised is : “MoveTargetOutOfBoundsException: Message: move target out of bounds”. Any idea about that?
My KW is Click Menu
[Arguments] {name}
Wait Until Element Is Visible id:menu
Click Element id:menu
Wait Until Element Is Visible id:side-menu
Set Focus To Element id:side-menu
Scroll Element Into View {name}
Wait Until Element Is Visible ${name}
Click Element ${name}