How do I Scroll element into viewport while running WebdriverIO app automation test on LambdaTest?

How do I Scroll element into viewport while running WebdriverIO app automation test on LambdaTest?

Hi Dipen Soni,

You can use the below command to scroll element into view for App autmation test: $(selector).scrollIntoView(scrollIntoViewOptions) You can also refer to the below doc -