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
Added methods to capture element screenshot after scrolling into view vertically centered (#62)
* added script to allow scrolling element to center of screen
In some instance using scrollIntoView(true) causes the element to be hidden beneath a fixed element such as a fixed nav bar. Using this setup the element can be scrolled into view so that it is verticlly centered in the screen
* refined method signature to not include unnecessary boolean.
Also updated comments
0 commit comments