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
Creating this ticket at Ed's request. Bringing over the Slack communication.
Is there a way in Selenium Library to control the speed used to scroll an element into view?
More info: We have an iFrame that has a button that doesn't enable until a user scrolls to the bottom of the content. The button "fills" a progress bar as the user scrolls. When using Scroll to Element we drop to the bottom too quickly for the button to enable.
Follow up: we ended up using a Javascript call to use scrollIntoView with smooth behavior to get this to work as needed. Still curious if there's a Keyword approach that would do the same or similar, but no pressing need now.
The text was updated successfully, but these errors were encountered:
Creating this ticket at Ed's request. Bringing over the Slack communication.
Is there a way in Selenium Library to control the speed used to scroll an element into view?
More info: We have an iFrame that has a button that doesn't enable until a user scrolls to the bottom of the content. The button "fills" a progress bar as the user scrolls. When using Scroll to Element we drop to the bottom too quickly for the button to enable.
Follow up: we ended up using a Javascript call to use
scrollIntoView
withsmooth
behavior to get this to work as needed. Still curious if there's a Keyword approach that would do the same or similar, but no pressing need now.The text was updated successfully, but these errors were encountered: