Record Class ScrollIntoViewOptions

java.lang.Object
java.lang.Record
com.codeborne.selenide.ScrollIntoViewOptions
Record Components:
behavior - whether scrolling is instant or animates smoothly
block - the vertical alignment of the element within the scrollable ancestor container
inline - the horizontal alignment of the element within the scrollable ancestor container

public record ScrollIntoViewOptions(ScrollIntoViewOptions.Behavior behavior, ScrollIntoViewOptions.Block block, ScrollIntoViewOptions.Inline inline) extends Record